$(document).ready(function() {
	
	$("ul.gallery li").hover(function() { 
		var thumbOver = $(this).find("img").attr("src"); 
		$(this).find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(this).find("span").stop().fadeTo('normal', 0 , function() {
			$(this).hide() 
		}); 
	} , function() {
		$(this).find("span").stop().fadeTo('normal', 1).show();
	});

    /* SK */    
	$(".m_1").hover(function() { 
		var thumbOver = $(".i_4").find("img").attr("src");
		$(".i_4").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_4").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_18").find("img").attr("src");
		$(".i_18").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_18").find("span").stop().fadeTo('normal', 0 );  
	} , function() { 
		$(".i_4").find("span").stop().fadeTo('normal', 1).show();

		$(".i_5").find("span").stop().fadeTo('normal', 1).show();

		$(".i_18").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_2").hover(function() { 
		var thumbOver = $(".i_3").find("img").attr("src");
		$(".i_3").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_3").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_11").find("img").attr("src");
		$(".i_11").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_11").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_12").find("img").attr("src");
		$(".i_12").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_12").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_3").find("span").stop().fadeTo('normal', 1).show();

		$(".i_11").find("span").stop().fadeTo('normal', 1).show();

		$(".i_12").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_3").hover(function() { 
		var thumbOver = $(".i_8").find("img").attr("src");
		$(".i_8").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_8").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_9").find("img").attr("src");
		$(".i_9").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_9").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_13").find("img").attr("src");
		$(".i_13").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_13").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_8").find("span").stop().fadeTo('normal', 1).show();

		$(".i_9").find("span").stop().fadeTo('normal', 1).show();

		$(".i_13").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_4").hover(function() { 
		var thumbOver = $(".i_1").find("img").attr("src");
		$(".i_1").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_1").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_2").find("img").attr("src");
		$(".i_2").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_2").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_1").find("span").stop().fadeTo('normal', 1).show();

		$(".i_2").find("span").stop().fadeTo('normal', 1).show();

		$(".i_5").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_5").hover(function() { 
		var thumbOver = $(".i_4").find("img").attr("src");
		$(".i_4").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_4").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_6").find("img").attr("src");
		$(".i_6").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_6").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_10").find("img").attr("src");
		$(".i_10").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_10").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_4").find("span").stop().fadeTo('normal', 1).show();

		$(".i_6").find("span").stop().fadeTo('normal', 1).show();

		$(".i_10").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_6").hover(function() { 
		var thumbOver = $(".i_7").find("img").attr("src");
		$(".i_7").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_7").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_14").find("img").attr("src");
		$(".i_14").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_14").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_15").find("img").attr("src");
		$(".i_15").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_15").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_7").find("span").stop().fadeTo('normal', 1).show();

		$(".i_14").find("span").stop().fadeTo('normal', 1).show();

		$(".i_15").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_7").hover(function() { 
		var thumbOver = $(".i_2").find("img").attr("src");
		$(".i_2").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_2").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_6").find("img").attr("src");
		$(".i_6").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_6").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_16").find("img").attr("src");
		$(".i_16").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_16").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_2").find("span").stop().fadeTo('normal', 1).show();

		$(".i_6").find("span").stop().fadeTo('normal', 1).show();

		$(".i_16").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_8").hover(function() { 
		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_11").find("img").attr("src");
		$(".i_11").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_11").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_17").find("img").attr("src");
		$(".i_17").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_17").find("span").stop().fadeTo('normal', 0 );
	} , function() { 
		$(".i_5").find("span").stop().fadeTo('normal', 1).show();

		$(".i_11").find("span").stop().fadeTo('normal', 1).show();

		$(".i_17").find("span").stop().fadeTo('normal', 1).show();
	});
    /* EN */
	$(".m_32").hover(function() { 
		var thumbOver = $(".i_4").find("img").attr("src");
		$(".i_4").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_4").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_18").find("img").attr("src");
		$(".i_18").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_18").find("span").stop().fadeTo('normal', 0 );  
	} , function() { 
		$(".i_4").find("span").stop().fadeTo('normal', 1).show();

		$(".i_5").find("span").stop().fadeTo('normal', 1).show();

		$(".i_18").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_33").hover(function() { 
		var thumbOver = $(".i_3").find("img").attr("src");
		$(".i_3").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_3").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_11").find("img").attr("src");
		$(".i_11").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_11").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_12").find("img").attr("src");
		$(".i_12").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_12").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_3").find("span").stop().fadeTo('normal', 1).show();

		$(".i_11").find("span").stop().fadeTo('normal', 1).show();

		$(".i_12").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_34").hover(function() { 
		var thumbOver = $(".i_8").find("img").attr("src");
		$(".i_8").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_8").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_9").find("img").attr("src");
		$(".i_9").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_9").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_13").find("img").attr("src");
		$(".i_13").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_13").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_8").find("span").stop().fadeTo('normal', 1).show();

		$(".i_9").find("span").stop().fadeTo('normal', 1).show();

		$(".i_13").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_35").hover(function() { 
		var thumbOver = $(".i_1").find("img").attr("src");
		$(".i_1").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_1").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_2").find("img").attr("src");
		$(".i_2").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_2").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_1").find("span").stop().fadeTo('normal', 1).show();

		$(".i_2").find("span").stop().fadeTo('normal', 1).show();

		$(".i_5").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_36").hover(function() { 
		var thumbOver = $(".i_4").find("img").attr("src");
		$(".i_4").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_4").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_6").find("img").attr("src");
		$(".i_6").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_6").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_10").find("img").attr("src");
		$(".i_10").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_10").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_4").find("span").stop().fadeTo('normal', 1).show();

		$(".i_6").find("span").stop().fadeTo('normal', 1).show();

		$(".i_10").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_37").hover(function() { 
		var thumbOver = $(".i_7").find("img").attr("src");
		$(".i_7").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_7").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_14").find("img").attr("src");
		$(".i_14").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_14").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_15").find("img").attr("src");
		$(".i_15").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_15").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_7").find("span").stop().fadeTo('normal', 1).show();

		$(".i_14").find("span").stop().fadeTo('normal', 1).show();

		$(".i_15").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_38").hover(function() { 
		var thumbOver = $(".i_2").find("img").attr("src");
		$(".i_2").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_2").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_6").find("img").attr("src");
		$(".i_6").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_6").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_16").find("img").attr("src");
		$(".i_16").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_16").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_2").find("span").stop().fadeTo('normal', 1).show();

		$(".i_6").find("span").stop().fadeTo('normal', 1).show();

		$(".i_16").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_39").hover(function() { 
		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_11").find("img").attr("src");
		$(".i_11").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_11").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_17").find("img").attr("src");
		$(".i_17").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_17").find("span").stop().fadeTo('normal', 0 );
	} , function() { 
		$(".i_5").find("span").stop().fadeTo('normal', 1).show();

		$(".i_11").find("span").stop().fadeTo('normal', 1).show();

		$(".i_17").find("span").stop().fadeTo('normal', 1).show();
	});
    /* RU */
	$(".m_63").hover(function() { 
		var thumbOver = $(".i_4").find("img").attr("src");
		$(".i_4").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_4").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_18").find("img").attr("src");
		$(".i_18").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_18").find("span").stop().fadeTo('normal', 0 );  
	} , function() { 
		$(".i_4").find("span").stop().fadeTo('normal', 1).show();

		$(".i_5").find("span").stop().fadeTo('normal', 1).show();

		$(".i_18").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_64").hover(function() { 
		var thumbOver = $(".i_3").find("img").attr("src");
		$(".i_3").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_3").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_11").find("img").attr("src");
		$(".i_11").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_11").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_12").find("img").attr("src");
		$(".i_12").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_12").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_3").find("span").stop().fadeTo('normal', 1).show();

		$(".i_11").find("span").stop().fadeTo('normal', 1).show();

		$(".i_12").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_65").hover(function() { 
		var thumbOver = $(".i_8").find("img").attr("src");
		$(".i_8").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_8").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_9").find("img").attr("src");
		$(".i_9").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_9").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_13").find("img").attr("src");
		$(".i_13").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_13").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_8").find("span").stop().fadeTo('normal', 1).show();

		$(".i_9").find("span").stop().fadeTo('normal', 1).show();

		$(".i_13").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_66").hover(function() { 
		var thumbOver = $(".i_1").find("img").attr("src");
		$(".i_1").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_1").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_2").find("img").attr("src");
		$(".i_2").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_2").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_1").find("span").stop().fadeTo('normal', 1).show();

		$(".i_2").find("span").stop().fadeTo('normal', 1).show();

		$(".i_5").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_67").hover(function() { 
		var thumbOver = $(".i_4").find("img").attr("src");
		$(".i_4").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_4").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_6").find("img").attr("src");
		$(".i_6").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_6").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_10").find("img").attr("src");
		$(".i_10").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_10").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_4").find("span").stop().fadeTo('normal', 1).show();

		$(".i_6").find("span").stop().fadeTo('normal', 1).show();

		$(".i_10").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_68").hover(function() { 
		var thumbOver = $(".i_7").find("img").attr("src");
		$(".i_7").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_7").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_14").find("img").attr("src");
		$(".i_14").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_14").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_15").find("img").attr("src");
		$(".i_15").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_15").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_7").find("span").stop().fadeTo('normal', 1).show();

		$(".i_14").find("span").stop().fadeTo('normal', 1).show();

		$(".i_15").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_69").hover(function() { 
		var thumbOver = $(".i_2").find("img").attr("src");
		$(".i_2").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_2").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_6").find("img").attr("src");
		$(".i_6").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_6").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_16").find("img").attr("src");
		$(".i_16").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_16").find("span").stop().fadeTo('normal', 0 ); 
	} , function() { 
		$(".i_2").find("span").stop().fadeTo('normal', 1).show();

		$(".i_6").find("span").stop().fadeTo('normal', 1).show();

		$(".i_16").find("span").stop().fadeTo('normal', 1).show();
	});

	$(".m_70").hover(function() { 
		var thumbOver = $(".i_5").find("img").attr("src");
		$(".i_5").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_5").find("span").stop().fadeTo('normal', 0 );

		var thumbOver = $(".i_11").find("img").attr("src");
		$(".i_11").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_11").find("span").stop().fadeTo('normal', 0 ); 

		var thumbOver = $(".i_17").find("img").attr("src");
		$(".i_17").find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
		$(".i_17").find("span").stop().fadeTo('normal', 0 );
	} , function() { 
		$(".i_5").find("span").stop().fadeTo('normal', 1).show();

		$(".i_11").find("span").stop().fadeTo('normal', 1).show();

		$(".i_17").find("span").stop().fadeTo('normal', 1).show();
	});
});

