.pics {  
	height: 210px; 
	width: 471px;
    padding: 0;  
    margin:  0;  
	overflow: hidden;

} 
 
.pics img { 
	height: 191px; 
	width: 451px;
 	padding: 10px;  
	#padding: 10px; 	
	_padding: 10px; 
 	border: 1px solid #ccc; 
	top:0; 
	left:0 ;

}
.pics img {
	-moz-border-radius: 2px; /*Firefox */ 
	-webkit-border-radius: 2px;/*Safari and chrome*/ 

} 
 
	
	
	/* border-radius:5px; /*CSS3 
	behavior: url(border-radius.htc);*/

}

/* rounded corner:::>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser
.curved { -moz-border-radius:10px; /Firefox / 

-webkit-border-radius:10px; / Safari and chrome/ 
-khtml-border-radius:10px; / Linux browsers / 
border-radius:10px; / CSS3 /  }
*/ 
