$(document).ready(function(){
	$('.fpMainContainer').cycle({
		fx:"fade",
		speed:2200,
		pause:1,
		timeout:7000,
		next:".fpNext",
		prev:".fpPrev"
	});
	$('.fp2Container').cycle({
		fx:"scrollHorz",
		pauseOnPagerHover:0,
		speed:1000,
		timeout:10000,
		next:".fp2Next",
		prev:".fp2Prev"
	});
	
	$('.mainImageContainer').cycle({
		fx:"fade",
		speed:2200,
		timeout:7000
	});
	
});

