@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: 100%;
		float:left;
}
	.lbGallery ul {
	list-style: none;
	text-align: left;
	}
	.lbGallery ul li { display: inline; 
	padding: 5px;}
	.lbGallery ul img {
		border: 3px solid #949465;
		border-width: 3px 3px 10px;
	}
	.lbGallery ul a:hover img {
		border: 3px solid #fff;
		border-width: 3px 3px 10px;
		color: #fff;
			}
	.lbGallery ul a:hover { color: #fff; }
	
