@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 {
	padding: 5px;
	width: 750px;
	background: #D3DCF1;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 2px solid #D3DCF1;
	}
	.lbGallery ul a:hover img {
	color: #D3DCF1;
	border: 5px none #fff;
	}
	.lbGallery ul a:hover {
	color: #D3DCF1;
	border-style: solid;
}
	
