@charset "iso-8859-2";
#gallery {
	clear: both;
}
#gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#gallery a {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #EAECEB;
}
#gallery a:hover {
	border-top-color: #498929;
	border-right-color: #498929;
	border-bottom-color: #498929;
	border-left-color: #498929;

}
