﻿.pics { height: 392px; width: 612px; padding:0; margin:0; overflow: hidden }
.pics img {
	height: 360px;
	width: 580px;
	padding: 5px;
	border: 2px solid #ccc;
	background-color: #808080;
	top: 0;
	left: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

