$(document).ready(function(){
			
			//getBusyOverlay(document.getElementById('load'),{},{color:'#fff', size:50, type:'c'});
			

				//Caption Sliding (Partially Hidden to Visible)
				$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'120px'},{queue:false,duration:160,easing: 'easeOutBack'});
				}, function() {
					$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160,easing: 'easeOutBounce'});
				});
				
				//$('.boxgrid2.caption').hover(function(){
			//		$(".cover", this).stop().animate({top:'205px'},{queue:false,duration:160,easing: 'easeOutBack'});
			//	}, function() {
			//		$(".cover", this).stop().animate({top:'405px'},{queue:false,duration:160,easing: 'easeOutBounce'});
			//	});
	$.preloadCssImages();
	
	$('#slide').cycle({ 
    fx: 'fade' ,
   speed:  2000,
   timeout:  10000
	});


});
$(window).load(function () {	
    $("#entirePage").fadeIn(500);
    $("#load").fadeOut(1000);
});
