@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 {
		margin-top: 14px;
		padding-top: 0px;
		width: 620px;border-left:1px solid #788b9a;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; padding-right:5px;  padding-bottom:5px;}
	.lbGallery ul img {
		border:1px solid #c3d4e6;
		border-width: 1px 1px 1px 1px;
		padding:4px;
	}
	.lbGallery ul a:hover img {
		border: 1px solid #99aebe;
		border-width: 1px 1px 1px 1px;
		padding:4px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff;  }
	

