@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: #7D0213;
	padding: 10px;
	width: 360px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	font-size: 9px;
	text-align: center;
	color: #F4C389;
}
	.lbGallery ul img {
	border: 5px solid #bb4109;
	border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #A49557;
	border-width: 5px 5px 20px;
	color: #fff;
	text-align: justify;
	}
	.lbGallery ul a:hover { color: #fff; }
