@charset "UTF-8";
ul#gallery {
	list-style-type: none;
	margin: 8px 0 0 -40px;
}

ul#gallery li {
	float: left;
}

ul#gallery li a {
	margin: 0 20px 20px 0;
	border: 2px solid #1f7698;
	float: left;
}

ul#gallery li:hover a {
	border: 2px solid #bad5df;
}

div#gallerydiv {
	
}
