@charset "utf-8";
/* CSS Document */

#gallery {
	width: 800px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 15px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline-block;
	float: left;
	position: relative;
	height: 145px;
}
	#gallery ul img {
	margin-right: 14px;
	margin-bottom: 15px;
	float: left;
	position: relative;
	height: 95px;
	width: 95px;
	background-color: #FFF;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 15px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	padding: 5px;
	}
	#gallery ul a:hover img {
	color: #fff;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 15px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #843332;
	border-right-color: #843332;
	border-bottom-color: #843332;
	border-left-color: #843332;
	}
	#gallery ul a:hover { color: #fff; }
