@charset "utf-8";
/* CSS Document */
.pics {
	height:  244px;
	width:   924px;
	padding: 0;
	margin:  0;
	overflow: hidden;
} 
 
.pics img {
	background-color: #eee;
	width:  924px;
	height: 244px;
	top:  0;
	left: 0
} 

