jQuery(document).ready(function(){	
 
 //$("body#index").css("display","none");
 //$("body#index").fadeIn('slow');
 
 $('#navigation a.types-of-garage-door-a').css('background', 'url(images/layout/dropdown-arrow.jpg) bottom center no-repeat');

 $(".fancybox").fancybox({
			loop	:	false,
			helpers	: {
			title	: { type: 'over' }
		}				
	});
	
	//starting mainRunner script
	$("#mainRunner ul li a").hover(function() {
		var hoveredClass = $(this).attr("class");
		$("div.imgmain img").attr("src", "images/imgmain/"+hoveredClass+".jpg");
	});
	
});
