@charset "utf-8";
#gallery {
	width: 870px;
	margin-left: 20px;
}
#gallery li {
	float: left;
	height: 150px;
	width: 110px;
	list-style-type: none;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	cursor: hand;
}
#gallery img {
	border: 1px solid #0c2131;
}
