/* LIGHTBOX STYLES */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/gallery/skins/WB-Gallery/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gallery/skins/WB-Gallery/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* GALLERY STYLES */

#gallery-return {
text-align:center;
padding-bottom: 40px;

}

.gallery-home a{ 
	font: normal 10px Arial, Helvetica, Geneva, sans-serif;
        color: #666;
}

.gallery-home a:hover { 
	color: #000;
        text-decoration: underline;
}

.gallerylist-thumb {padding-left: 5px;}

a.gaz_nav {
	color: #fff;
	font: normal 10px Arial, Helvetica, Geneva, sans-serif;
}

a:hover.gaz_nav {
text-decoration: underline;
}

a.gaz_link_full {
	color: #bfbfbf;
}

a:hover.gaz_link_full {
	color: #7f7f7f;
}

.gaz_path {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
}

.gaz_cat_descr {
	color: #3f3f3f;
	font: 10px/14px Arial, Helvetica, Geneva, sans-serif;
padding-left: 10px;
}

.gaz_cat_title {
	color: #3f3f3f;
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
}

.gaz_comment {
	font-size : 10px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
height: 29px;
width: 545px;

background-image: url('/siteimages/subheader.jpg');
}

.gaz_nav_thumb {
padding: 3px;
	border-color: #666;
}


.gaz_nav_thumb_sel {
	border-color: #666;
}

.gaz_image_info {
	font-size : 10px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
}



.gallery-namebg {
width: 536px;
height: 30px;
background-image:url('/siteimages/gallery-namebg.jpg');

}

/* IMAGE SHADOW */


br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(/siteimages/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(/siteimages/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(/siteimages/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(/siteimages/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(/siteimages/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}