$(document).ready(function() {$('body').css('visibility', 'visible');$('.BottomMenu').css('float', 'right');$('.BottomMenu').css('float', 'left');$('.product_prev').hover(function(){$(this).css('background-color', '#222')},function(){$(this).css('background-color', '#000')});$('.product_new').hover(function(){$(this).css('background-color', '#222')},function(){$(this).css('background-color', '#111')});
$('.XmasOffers').hover(function(){
         $(this).attr('src', 'Adverts/Pushed-Button-For-Web-2.png')},
         function(){$(this).attr('src', 'Adverts/Button-For-Web-2.png')
      });
});
