.pics
{ 
	height: 220px; 
	width: 220px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
  background-color: #eee; 
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.pics img 
{ 
	padding: 15px; 
	border: none; 
}

