$(document).ready(function (){
	//--- Media Slideshow ------------------------------
	$('#slideshow ul li img').fadeIn(700);
	$('#slideshow ul').innerfade({
		speed: 10,
		timeout: 700,
		type: 'sequence',
		containerheight: '409px'
	});						
							
	//--- Header Banners ------------------------------	
	$(".hbanner a").hover(function(){
		$(this).find('img').css('margin-top','-66px');					   
	}, function(){
		$(this).find('img').css('margin-top','0');
	});
	
	// REMOVE THIS LINE AFTER
	// THE BANNER WILL BE ACTIVE AGAIN
	$("body .hbanner:nth-child(3) a").removeAttr('href');
});
