@charset "utf-8";
#gallery ul {
	margin-left: 55px;
	margin-top: 20px;
}
#gallery li {
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#gallery      a {
	border: 4px solid #F28006;
	display: block;
	height: 45px;
	width: 45px;
	text-decoration: none;
}
#gallery      a:link {
	text-decoration: none;
}
#gallery      a:visited {
	text-decoration: none;
}

#gallery      a:hover {
	border: 4px solid #333333;
}

