

$("document").ready (function (){
			
			$(".boxPuff:gt(8)").hide();
				
			
		});
