@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	width: auto;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	#gallery ul {
	list-style: none;
	width: auto;
	margin-left: 0px;
}
	#gallery ul li {
	display: block;
}
	#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1B1B1B;
	border-right-color: #1B1B1B;
	border-bottom-color: #1B1B1B;
	border-left-color: #1B1B1B;
	}
	#gallery ul a:hover img {
	color: #fff;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #780000;
	border-right-color: #780000;
	border-bottom-color: #780000;
	border-left-color: #780000;
	}
	#gallery ul a:hover {
	color: #D4D0C8;
}

