@charset "utf-8";
#gallery {

}
#gallery li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#gallery a {
	text-align: center;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#gallery img {
	border: 1px solid #0D7D72;
	padding: 3px;
}
