$(function() {
	$(".top_menu a:last").css({'background' : 'url(img/bg_top_menu_last.gif) top left no-repeat', 'width' : '182px', 'padding' : "0"}); 
	 $(".top_menu span").hover(		
      function () {
		$(this).css('background', 'url("img/bg_top_menu_h.gif") top right  no-repeat')
      }, 
      function () {
        $(this).css('background', 'url("img/bg_top_menu.gif") top right repeat-x') 
      }
    );

	  $(".top_menu a:last").hover(		
      function () {
        $(this).css('background', 'url("img/bg_top_menu_last_hover.gif") top left no-repeat')
      }, 
      function () {
        $(this).css('background', 'url("img/bg_top_menu_last.gif") top left no-repeat') 
      }
    );

	$(".price a, .price_full a").click(function() {
		 $(".overlay div").show();
		 return false;
	 }).overlay({
		 expose: {
		 color: '#333',
		 loadSpeed: 300,
		 opacity: 0.6
	}
 });

});
