@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 {
	margin-right: auto;
	overflow: auto;
	margin-left: auto;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 40px;
	}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	padding: 0px;
	border: 5px solid #111;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #BEBEBE;
	color: #999;
	}
	.lbGallery ul a:hover {
	color: #999;
}
	
