﻿.pics 
{
	height: 232px; 
	width: 232px; 
	padding:0; 
	margin:0; 
	overflow: hidden
}
.pics img  
{
	height: 200px; 
	width: 200px;
	padding: 15px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
	top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
