@charset "utf-8";
/* CSS Document */
.pics {
	height:  110px;
	width:   174px;
	padding: 0;
	overflow: hidden;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
} 
 
.pics img {
	padding: 0px;
	background-color: #fff;
	width:  174px;
	height: 110px;
	top:  0px;
	left: 0px
}
