jQuery(document).ready(function(){
	jQuery("#ProductList_style2 div:nth-child(3n)").addClass("Thirdrow");
});

