@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: 830px;
	height: auto;
	position: relative;
	left: -20px;
	}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
}
	.lbGallery ul img {
	border: thin solid #666;
	float: none;
	}
	.lbGallery ul a:hover img {
	border: thin solid #666;
	color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
