@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;
	width: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -13px;
	margin-top: 10px;
	.lbGallery ul { list-style: none; 
	}
	
	.lbGallery ul li {
	display: inline;
	margin: 0px;
}
	.lbGallery ul img {
	padding: 3px;
	border: 1px solid #31475E;
	margin: 3px;
	}
	.lbGallery ul a:hover img {
	border: 1px solid #39638D;
	color: #999;
	padding: 3px;
	}
	.lbGallery ul a:hover { color: #fff; }
	
