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

