
$(document).ready(function() {
	
	$(".Kampanyalar_HoverBir").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();
	});

});


$(document).ready(function() {
	
	$(".Kampanyalar_HoverIki").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();
	});

});


$(document).ready(function() {
	
	$(".Kampanyalar_HoverUc").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();
	});

});


$(document).ready(function() {
	
	$(".Kampanyalar_HoverDort").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();
	});

});


$(document).ready(function() {
	
	$(".PromoSidebar").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();
	});

});


$(document).ready(function() {
	
	$(".Service_Kontrol_Main").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();
	});

});


