$(function(){
		   
		   
		 $("img.js").next("p").css({  
		   
		   width:"270px",
		   height:"253px",
		   overflow:"hidden",
		   marginLeft:"20px",
		   float:"left"
		   
		   });
		   
		   
});