$(document).ready(function () {
	
 	$('.AD_banner_images')
	.cycle({
	fx: 'fade', // choose your transition type, ex: scrollHorz, fade, scrollUp, shuffle, etc...
	// pager:  '#slideshow_nav',
	// pager_nav_points: '<a href="#"><img src="/images/clear.gif" width="8" height="8" border="0" /></a>', //2.81R function
	easing:'easeOutQuart',	
	speed:    2000, 
    timeout:  6000,
	// next:   '#slideshow_next', // The next button element if exist
    // prev:   '#slideshow_prev',  // The prev button element if exist
	pause: 1 // pause on hover
	});	
		
	
	if( (navigator && navigator.platform && navigator.platform.match(/^(iPhone|iPod|iPad)$/)) ) { 		
			
	}else{		
				
	}
		
	// $(".scrollable").scrollable({circular: true}).navigator().autoscroll({autoplay: true, interval: 10000, autopause: true});
		
});
