@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;
	float: left;
	}
	.lbGallery ul {
	list-style-image: none;
	list-style-type: none;
}
	.lbGallery ul li {
	display: inline;
	float: left;
	height: 100px;
	width: 100px;
	margin-left: 5px;
	padding-top: 9px;
	padding-right: 10px;
}
	.lbGallery ul img {
	border: 3px solid #3e3e3e;
	height: 90px;
	width: 90px;
	float: left;
	margin-left: 5px;
	}

	.lbGallery ul a:hover img {
	color: #fff;
	border: 3px solid #00C;
	}
	.lbGallery ul a:hover { color: #fff; }
	
