$(document).ready(function()
{
	$(".b1").mouseenter(function() {
    $(".b1").fadeOut(10).fadeIn(600);
	});	
	$(".b2").mouseenter(function() {
	$(".b2").fadeOut(10).fadeIn(600);
	});
	$(".b3").mouseenter(function() {
	$(".b3").fadeOut(10).fadeIn(600);
	});
	$(".b4").mouseenter(function() {
	$(".b4").fadeOut(10).fadeIn(600);
	});
	$(".b5").mouseenter(function() {
	$(".b5").fadeOut(10).fadeIn(600);
	});
	$(".b6").mouseenter(function() {
	$(".b6").fadeOut(10).fadeIn(600);
	});
	$(".b7").mouseenter(function() {
	$(".b7").fadeOut(10).fadeIn(600);
	});
	$(".b8").mouseenter(function() {
	$(".b8").fadeOut(10).fadeIn(600);
	});
	$(".b9").mouseenter(function() {
	$(".b9").fadeOut(10).fadeIn(600);
	});
});

