$(document).ready(function(){

	$('.cycle').cycle({
		cleartype	:	1,
		speed	:	3600, 
		timeout	:	6000
	});

	$('.cycle.pager').cycle({
		fx: 'scrollHorz', 
		speed	:	1400, 
		timeout	:	10000,
		easing	:	'easeOutBounce',
		next	:	'.pager-next', 
		prev	:	'.pager-prev',
		cleartype	:	1
	});

});
