@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: 100%;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #345681;
	border-right-color: #486B94;
	border-bottom-color: #7892B0;
	border-left-color: #C1D2E5;
	margin-left: 0px;
	}
	.lbGallery ul a:hover img {
	color: #C1D2E5;
	border: 4px solid #C1D2E5;
	}
	.lbGallery ul a:hover {
	color: #345783;
}
	
