@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 {
		/*background-color: #fff;*/
		padding: 10px 0;
		width: 550px;
		display:none;
		/*border:solid red thin;*/
	}
	.lbGallery ul { list-style: none;margin-left:-40px; }
	.lbGallery ul li { display: inline; margin:0 4px; }
	.lbGallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 4px 4px 18px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #666;
		border-width: 4px 4px 18px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

