
//<![CDATA[ 
$(document).ready(function() {
	$(".main-right-ekg").click(function(){
		var api3 = $(".knock-out-guarantees").data("scrollable");
		//alert(api3.getIndex());
		if (api3.getIndex() == 11){ $(this).hide()} 
		else if (api3.getIndex() != 11){ $(this).show()} 		
		else { $(this).show() }
	});
	$(".main-left-ekg").click(function(){
		var api3 = $(".knock-out-guarantees").data("scrollable");
		if (api3.getIndex() != 11){ $(".right-arrow-greg").show()} 	
	});
});
//]]>

