@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	background-color: #2C2825;
	left: auto;
	right: auto;
	padding: 2px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-color: #90440B;
	outline-color: #90440B;
	}
	.lbGallery ul {
	list-style: none;
	font-size: 12px;
	font-family: "Myriad Pro Condensed";
}
	.lbGallery ul li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
	.lbGallery ul img {
	border-top: 5px solid #3e3e3e;
	border-right: 5px solid #3e3e3e;
	border-bottom: 20px solid #3e3e3e;
	border-left: 5px solid #3e3e3e;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #B2A79F;
	background: #999;
	background-color: #999;
	border-top-color: #90440B;
	border-right-color: #90440B;
	border-bottom-color: #90440B;
	border-left-color: #90440B;
	}
	.lbGallery ul a:hover {
	color: #fff;
	border-color: #90440B;
	border-top-color: #0F9;
}
	

