#pic-list {
    width:700px;
	float:left;
	overflow:hidden; 
}
#pic-list LI {
    width:213px;
	height:190px;
	padding:10px;
	float:left;
	text-align:center;
}
#pic-list LI IMG {
    margin-bottom:6px;
	border:1px solid #CCCCCC; 
	padding:2px;
	width:200px;
	height:150px;
	FLOAT: left;
}