@charset "utf-8";

/* CSS Document */


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

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

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

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