

.pics {  height: 140px; width: 140px; padding: 15px; background-color: #eee; top:0; left:0  }

.pics {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.pics img { height: 140px; width: 140px; padding: 15px; background-color: #fff;}

.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.picsOuter {  height: 176px; width: 176px; padding: 6px 0 0 6px; border: 1px solid #ccc; background-color: #eee;  }

.picsOuter {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

