$(function(){
	$('.infoBoxContents .categories li').last().addClass('last_list');
	$('.infoBoxContents .information li').last().addClass('last_list');
	$('.infoBoxContents .bestsellers li').last().addClass('last_list');
	$('.contentPadd h3').first().addClass('first_h3');
	$('.contentPadd.loginPage h3').addClass('first_h3');
	$('.contentInfoText, .contentInfoBlock').last().addClass('marg-bottom');
	$('.loginPage .contentInfoText').addClass('marg-top');
	
	//$('#piGal ul.thumbs li').remove()//first().css('margin-left','0px');
	//$('.thumbs li').eq(0).css('margin-left','0px')

	$('.cart th').last().css('border-right','0px');
	$('.cart_prods').css('border-width','0px 1px 1px 0px');
	$('.cart_update').css('border-width','0px 1px 1px 0px');
	$('.cart_price').css('border-width','0px 0px 1px 0px');	
	$('.cart_total td:nth-child(2)').css('border-width','0px 1px 0px 0px');
	$('.desc p').first().css('padding-top','0px');
	$('.infoBoxWrapper.box3').corner("round 8px tl br");
	$('.contentInfoBlock').corner("round 8px tl br");							
	$('h3').corner("round 8px tl");
	$('.contentInfoText').corner("round 8px br");
	$('.cart th').first().corner("round 8px tl");
	$('.cart, .cart_products_options, .listing').corner("round 8px tl br");
	$('.ui-progressbar').corner("round 5px tl br");
	
		$('.prods_content').each(function(){
		$('>ul.row',this).eq(0).find('.pic_padd').addClass('marg-top')
	})
	
});

	

