@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 {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 699px;
	overflow: hidden;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	text-align: left;
}
	.lbGallery ul img {
	}
	.lbGallery ul a:hover img {
	color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

