@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 {
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	}
	.lbGallery ul {
	list-style: none;
	padding: 0px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	margin: 3px;
	border: 4px solid #C0CDA0;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border: 4px solid #CFAF89;
	}
	.lbGallery ul a:hover { color: #fff; }
	
