@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: #4E5869;
	width: 580px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 0px;
	}
	.lbGallery ul {
	list-style: none;
	padding-left: 20px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 3px solid #DBDFF2;
	}
	.lbGallery ul a:hover img {
	color: ;
	vertical-align: central;
	color: #CCD1F1;
	background-color: #FFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	.lbGallery ul a:hover {
	color: #4E5869;
	background-color: #EA6D4D;
}
	
