@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: 10px;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-box-shadow: 5px 8px 12px #333;
	border: thin solid #424811;
	background-color: #F1FABC;
	}
	.lbGallery ul {
	list-style: none;
	text-align: left;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 5px solid #666666;
		border-width: 2px 2px 2px 2px;
		
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 2px 2px 2px 2px;
		color: #fff;
	}
	.lbGallery ul a:hover {
	color: #fff;
	text-align: center;
}
	
