@charset "utf-8";

.lbGallery {
	/* [disabled]background-color: #444; */
	padding: 10px;
	width: 520px;
}
.lbGallery ul { list-style: none; }
.lbGallery ul li { display: inline; }
.lbGallery ul img {
border: 5px solid #3e3e3e;
border-width: 5px 5px 20px;
}
.lbGallery ul a:hover img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
color: #fff;
}
.lbGallery ul a:hover { color: #fff; }


.lbGallery {
	/*gallery container settings*/
/* [disabled]background-color: #CCC; */
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 540px;
	height: auto;
	text-align:left;
}
.lbGallery ul { list-style: none; margin:0;padding:0; }
.lbGallery ul li { display: inline;margin:0;padding:0; }
.lbGallery ul li a{text-decoration:none;}

.lbGallery ul li a img {
/*border color, width and margin for the images*/
border-color: #3e3e3e;
border-left-width: 10px;
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 20px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px:
}

.lbGallery ul li a:hover img {	
/*background color on hover*/
border-color: #ffffff;
border-left-width: 10px;
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 20px;
}

#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;
}


.lbGallery {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 98%;
	height: auto;
	text-align:center;
}
.lbGallery ul { list-style: none; margin:0;padding:0; }
.lbGallery ul li { display: inline;margin:0;padding:0; }
.lbGallery ul li a{text-decoration:none;}
	
.lbGallery ul li a img {
	/*border color, width and margin for the images*/
	border-color: #3e3e3e;
	border-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px:
	}
	
.lbGallery ul li a:hover img {	
	/*background color on hover*/
	border-color: #ffffff;
	border-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 20px;
}
	
#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;
	}
