$(document).ready(function(){
		$("div.press:nth-child(3n+1)").addClass("first");
});
