
$(document).ready(function(){
$(".single-theme-slider-button").fadeTo("fast", 0);

$(".single-theme-slider-button").hover(function(){
$(this).stop().fadeTo("fast", 1);
},function(){
$(this).stop().fadeTo("fast", 0);
});
});



$(document).ready(function(){
$("#header a img").stop().fadeTo("fast", 1);

$("#header a img").hover(function(){
$(this).stop().fadeTo("fast", 0.6);
},function(){
$(this).stop().fadeTo("fast", 1);
});
});

$(document).ready(function(){
$(".d453 a img").stop().fadeTo("fast", 1);

$(".d453 a img").hover(function(){
$(this).stop().fadeTo("fast", 0.6);
},function(){
$(this).stop().fadeTo("fast", 1);
});
});

$(document).ready(function(){
$("#main-content .advert_468x60 a img").stop().fadeTo("fast", 1);

$("#main-content .advert_468x60 a img").hover(function(){
$(this).stop().fadeTo("fast", 0.6);
},function(){
$(this).stop().fadeTo("fast", 1);
});
});
