@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 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #000;
}
.lbGallery ul li {
	float: left;
	margin: 10px 25px 10px 0px;
	padding: 0px;
}
	.lbGallery ul img {
	border-top: 5px solid #999;
	border-right: 5px solid #999;
	border-bottom: 20px solid #999;
	border-left: 5px solid #999;
	color: #FFF;
	height: 100px;
	overflow: hidden;
	width: 150px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

