@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 {
	background-color: #FFF;
	padding: 0px;
	width: 700px;
	margin: 0px;
	float: left;
	text-align: left;
	}
	.lbGallery ul {
	list-style: none;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 1px solid #CCCCCC;
		border-width: 1px 1px 1px;
		
		
	}
	.lbGallery ul a:hover img {
		border: 1px solid #7ac705;
		border-width: 1px 1px 1px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

