@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: 450px;
	height: 80px;
	right: 20px;
	}
	.lbGallery ul {
	list-style: none;
	height: 80px;
	width: 450px;
	left: 20px;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border: 0px solid #EFF4F8;
	}
	.lbGallery ul a:hover img {
	border: 0px solid #EFF4F8;
	color: #FFF;
	}
	.lbGallery ul a:hover { color: #fff; }
	

