@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 {
	width: 770px;
	height: 120px;
	margin: 170px 0px 0px 0px;
	position: absolute;
	left: -35px;
	text-align: left;
	border: 0;
	}
	.lbGallery ul {
	height: 120px;
	width: 800px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
	.lbGallery ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
}
	.lbGallery ul img {
	border: 0px solid;
	}
	.lbGallery ul a:hover img {
	border: 0px solid;
	}
	.lbGallery ul a:hover {
}
	

