	$(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');
		$('.result1_top').first().css('border-width','1px 0px 0px 0px');
		$('.contentContainer .result1_top').first().css('border-width','1px 0px 1px 0px');		
	});

