$(document).ready(function(){	
	$(".item:even").css("margin-right","55px");
});
