@charset "utf-8";
/* CSS Document */

.pics { height: 100px; width: 240px; padding:7px; margin:7px; overflow: hidden }
.pics a{text-decoration:none; color:#000;}
.pics img { height: 80px; width:80px; padding: 8px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}



