@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: #674319;
	padding: 10px;
	width: 568px;
	height: 180px;
	z-index: 400;
	}
	.lbGallery ul {
	list-style: none;
	z-index: 400;
}
	.lbGallery ul li {
	display: inline;
	z-index: 400;
}
	.lbGallery ul img {
	border: 5px solid #e8d2b2;
	border-width: 8px 8px 10px;
	z-index: 400;
	margin-top: 20px;
	margin-left: 18.5px;
	}
	.lbGallery ul a{
		color:#674319;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 8px 8px 10px;
	color: #FFFFFF;
	z-index: 400;
	}
	.lbGallery ul a:hover {
	color: #674319;
	z-index: 400;
}
	
