@charset "UTF-8";

#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-container-image-box.loaded {
	border-bottom: 0;
}
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}	

/* EndOAWidget_Instance_2127022 */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: none;
}

.lbGallery {
		background-color: #fff;
	/*	padding: 10px;
		width: 800px;*/
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 5px;
	}
	.lbGallery ul a:hover img {
	color: #222;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	}
	.lbGallery ul a:hover { color: #fff; }
	
	
	.lbGallery {
	/*gallery container settings*/
	background-color: #fff;
	/*height: 50%;*/
	
	
	padding: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
		}
		.lbGallery ul {
	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: transparent;
	margin-bottom: 1%;
	border-width: 2px;
	margin-top: 2px;
	margin-right: 1%;
	margin-left: 1%;
			}
			
		.lbGallery ul li a:hover img {
	/*background color on hover*/
	border-color: transparent;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	opacity: 0.3
		}
			
		#lightbox-container-image-box {
			border-top: 0px none #eee;
			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;
			}


#h1 {
	font: 16px Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	background-color: #FFF;
	line-height: 1.4em;
	overflow: auto;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 50px;
	display: list-item;
	position: relative;
	left: 1px;
	top: 1px;
	padding-bottom: 0px;
}

#h2 {
	font: 10px Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	background-color: #FFF;
	line-height: 1.0em;
	overflow: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 50px;
	position: relative;
	left: 1px;
	padding-bottom: 100px;
}

#h3 {
	font: 11px Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: regular;
	color:#959595;
	
		
	background-color: #fff;
	margin: 50px;
	line-height: 1.4em;
	overflow: auto;
	/*width: 99%;*/
	padding: 0 10px 0;
	display: block;
	position: relative;
	left: 1px;
	top: 1px;
	
}

/* unvisited link */
a:link {
    color: #0072bc;
}

/* visited link */
a:visited {
    color: #0072bc;
}

/* mouse over link */
a:hover {
    color: #ec008c;
}

/* selected link */
a:active {
    color: #555555;
}
