// JavaScript Document
jQuery(document).ready(function(){
	jQuery('#menu_testata ul li:first-child a').css('border-left','0px');
	jQuery('#centro_middle .prodotto:last-child').css('border-bottom','0px');
});