/* 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: #434432;
	width: 870px;
	height: auto;
	margin-right: 0px;
	margin-left: 39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cdcbb6;
	padding: 3px;
	text-align: center;
	}
	.lbGallery ul {
	list-style: none;
	text-align: center;
}
	.lbGallery ul li {
	display: inline;
	text-align: left;
}
	.lbGallery ul img {
	border-top-width: 5px;
	border-right-width: 5;
	border-bottom-width: 5px;
	border-left-width: 5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdcbb6;
	border-right-color: #cdcbb6;
	border-bottom-color: #cdcbb6;
	border-left-color: #cdcbb6;
	background-color: cdcbb6;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #cdcbb6;
	}
	.lbGallery ul a:hover {
	color: #cdcbb6;
	text-align: center;
}
