//<![CDATA[

$(document).ready(function(){
	
	$('#b1').fadeOut(300);
	$('#b2').fadeOut(600);
	$('#b3').fadeOut(900);
	$('#b4').fadeOut(1200);
	$('#b5').fadeOut(600);
	$('#b6').fadeOut(900);
	$('#b7').fadeOut(1200);
	$('#b8').fadeOut(1500);
	$('#b9').fadeOut(900);
	$('#b10').fadeOut(1200);
	$('#b11').fadeOut(1500);
	$('#b12').fadeOut(1800);

	$('#b1Ghost').hover(function(){
		$('#b1').fadeIn(300);
	},function(){
   		$('#b1').fadeOut(1000);
	});

	$('#b2Ghost').hover(function(){
		$('#b2').fadeIn(300);
	},function(){
   		$('#b2').fadeOut(1000);
	});
	
	$('#b3Ghost').hover(function(){
		$('#b3').fadeIn(300);
	},function(){
   		$('#b3').fadeOut(1000);
	});
	
	$('#b4Ghost').hover(function(){
		$('#b4').fadeIn(300);
	},function(){
   		$('#b4').fadeOut(1000);
	});

	$('#b5Ghost').hover(function(){
		$('#b5').fadeIn(300);
	},function(){
   		$('#b5').fadeOut(1000);
	});
	
	$('#b6Ghost').hover(function(){
		$('#b6').fadeIn(300);
	},function(){
   		$('#b6').fadeOut(1000);
	});	
	
	$('#b7Ghost').hover(function(){
		$('#b7').fadeIn(300);
	},function(){
   		$('#b7').fadeOut(1000);
	});

	$('#b8Ghost').hover(function(){
		$('#b8').fadeIn(300);
	},function(){
   		$('#b8').fadeOut(1000);
	});
	
	$('#b9Ghost').hover(function(){
		$('#b9').fadeIn(300);
	},function(){
   		$('#b9').fadeOut(1000);
	});
	
	$('#b10Ghost').hover(function(){
		$('#b10').fadeIn(300);
	},function(){
   		$('#b10').fadeOut(1000);
	});
	
	$('#b11Ghost').hover(function(){
		$('#b11').fadeIn(300);
	},function(){
   		$('#b11').fadeOut(1000);
	});

	$('#b12Ghost').hover(function(){
		$('#b12').fadeIn(300);
	},function(){
   		$('#b12').fadeOut(1000);
	});
	
});

//]]>
