@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 {
	/* [disabled]background-color: #444; */
	/* [disabled]padding: 10px; */
	width: 610px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	padding-right: 5px;
	/* [disabled]padding-bottom: 0px; */
	/* [disabled]padding-top: 5px; */
	/* [disabled]margin-bottom: 35px; */
}
	.lbGallery ul img {
	border: 5px solid #273E72;
	margin-bottom: 5px;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #E38444;
	/* [disabled]color: #F6E59D; */
	}
	.lbGallery ul a:hover {
	color: #CCC;
}
	
