@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 {
	}
	.lbGallery ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.lbGallery ul li {
	display: inline;
	line-height: 36px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
	.lbGallery ul img {
	border: 2px solid #FFF;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border: 2px solid #F9C;
	}
	.lbGallery ul a:hover { color: #fff; }
	
