@charset "UTF-8";
/* CSS Document */

.lbGallery {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 590px;
	height: auto;
}
.lbGallery ul {
	list-style: none;
	padding:0;
	margin: 0px;
	margin-top: 50px;
}
.lbGallery ul li {
	display: inline;
	padding:0;
	width: 0px;
	float: none;
	/* [disabled]margin-top: 15px; */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	text-align: center;
}
.lbGallery ul li a{
	text-decoration:none;
}
.lbGallery ul li a img {
	/*border color, width and margin for the images*/
	border-color: #333333;
	border-left-width: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px:
; 				height: 80px;
	width: 80px;
}
.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.lbGallery ul a:hover {
	color: #fff;
}
.lbGallery ul li a:hover img {	
/*background color on hover*/
	border-color: #CCA674;
	border-left-width: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
}
#lightbox-container-image-box {
	border-top: 0px none #ffffff;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
}
#lightbox-container-image-data-box { 
	border-top: 0px;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
}
#mainContent section #gallery ul li, #mainContent section #gallery_2 ul li {
	width: auto;
	margin-top: 10px;
	/* [disabled]padding-top: 5px; */
}
