(function($){
		
  
	function init() {
	
	$("div.item").click(function() {location.href = $(this).find("a").attr("href")});	
	$("div.detail input[type=image]").css('display','none');	
	$("div.detail td").not("div.detail table.prices td").css('text-align','left').css('vertical-align','top');	
	$("div.detail a img").css('cursor','auto');
	}
  
  
    $(function(){
       init();
    });
})(jQuery);
