jQuery(function(){
	jQuery('.infoBoxContents .categories li').last().addClass('last_list');
	jQuery('.infoBoxContents .information li').last().addClass('last_list');
	jQuery('.infoBoxContents .bestsellers li').last().addClass('last_list');
	jQuery('.contentPadd h3').first().addClass('first_h3');
	jQuery('.contentPadd.loginPage h3').addClass('first_h3');
	jQuery('.contentInfoText, .contentInfoBlock').last().addClass('marg-bottom');
	jQuery('.loginPage .contentInfoText').addClass('marg-top');
	
	//$('#piGal ul.thumbs li').remove()//first().css('margin-left','0px');
	//$('.thumbs li').eq(0).css('margin-left','0px')

	jQuery('.cart th').last().css('border-right','0px');
	jQuery('.cart_prods').css('border-width','0px 1px 1px 0px');
	jQuery('.cart_update').css('border-width','0px 1px 1px 0px');
	jQuery('.cart_price').css('border-width','0px 0px 1px 0px');	
	jQuery('.cart_total td:nth-child(2)').css('border-width','0px 1px 0px 0px');
	jQuery('.desc p').first().css('padding-top','0px');
	jQuery('.infoBoxWrapper.box3').corner("round 6px");	

});



