;(function($){
	$(function(){
		
		$("#cycleBox").cycle({
			fx:	'fade',
			pause: 1,
			timeout: 7000,
			speed: 800,
			pager: '.splashControls'
		});
		
		
	});
})(jQuery);
