.pics {
	height: auto;
	width: auto;
	padding:0;
	margin:0;
	overflow: hidden;
	border-style: none;
}
.pics img {
	height: auto;
	width: auto;
	top:0;
	left:0;
}
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

