@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: 540px;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	.lbGallery ul {
	list-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-align: center;
}
	.lbGallery ul li {
}
	.lbGallery ul img {
	border: 5px solid #666;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border: 5px solid #FFF;
	}
	.lbGallery ul a:hover {
}
	

