@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: #74C2EC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #666;
	}
	.lbGallery ul {
	list-style: none;
	margin-left: -25px;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border: 3px solid #3e3e3e;
	border-width: 3px;
	margin: 2px;
	}
	.lbGallery ul a:hover img {
	border: 3px solid #ccc;
	border-width: 3px 3px;
	color: #fff;
	margin: 2px;
	}
	.lbGallery ul a:hover { color: #fff; }
	

