@charset "utf-8";

/* CSS Document */


a.gallery img {
	border: none;
	border: 1px #555 solid;
}

a.gallery:hover img {
	border: 1px #333 solid;
}

a.gallery {
	display: block;
	padding: 5px;
	margin: 3px 10px 10px 0;
	background: none;
	border: none;
	float: left;
	border: 1px #555 solid;
}

a.gallery:hover {
	background: #ccc;
	border: 1px #333 solid;
}