@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;
	padding: 10px;
	width: 720px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 1px solid #fff;
	border-width: 5px 5px 5px;
	padding: 2px;
	}
	.lbGallery ul a:hover img {
	border: 1px solid #286877;
	border-width: 5px 5px 5px;
	color: #286877;
	}
	.lbGallery ul a:hover {
	color: #7B9C3E;
}
	
.toptext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #296877;
}

.galleryTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
