@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 {
	padding: 0px;
	width: 800px;
	margin: 0px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.lbGallery ul img {
	border: 2px solid #B69466;
	margin: 0px;
	padding: 0px;
	}
	.lbGallery ul a:hover img {
	border: 2px solid #FFF;
	color: #592C24;
	margin: 0px;
	padding: 0px;
	}
	.lbGallery ul a:hover {
	color: #B69466;
	margin: 0px;
	padding: 0px;
}
	

