$(function(){
	$(".image-wrapper .slides").cycle({
		fx:'fade'
		,speed:500
		,timeout:6000
		//,easing: 'easeOutExpo'
		,next: '.rotational-wrapper a.next'
		,prev: '.rotational-wrapper a.prev'
		,pager:'.rotational-wrapper .pager .dots'
		,activePagerClass: 'active'
		,cleartypeNoBg: true
	});
	
});

