#gallery .list{
	border: solid 1px #CCC;
	float: left;
	width: 200px;
	height: 100px;
}
#gallery .list img{
	width: 100%;
}