jQuery(document).ready(function(){
	jQuery(".newProductsBox").eq(0).css("display","block");
	//jQuery(".newProductsBox").delay(700).fadeToggle("slow", "linear");
});
