@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 {
	padding: 0px 10px 10px;
	width: 780px;
	}
#gallery1 p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	text-align: left;
	float: left;
}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	margin: 5px 5px 5px 15px;
	float: left;
}
	.lbGallery ul img {
	border: 5px solid #000128;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border-top: 5px solid #d99c32;
	border-right: 5px solid #d99c32;
	border-bottom: 5px solid #d99c32;
	border-left: 5px solid #d99c32;
	}
	.lbGallery ul a:hover { color: #fff; }
