@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: 800px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0px;
	word-spacing: 0px;
	}
	.lbGallery ul {
	list-style: none;
	text-align: center;
}
	.lbGallery ul li {
	display: inline;
	text-align: center;
}
	.lbGallery ul img {
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #788EA5;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3C9;
	text-align: center;
	}
	.lbGallery ul a:hover { color: #fff; }
	
