@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: 100%;
	margin: 0em;
	text-align: left;
	padding: 0;

}
	
.lbGallery ul {
	list-style: none;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 3px solid #FFF;
	}
	.lbGallery ul a:hover img {
	border: 3px solid #999;
	color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

