#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Horizontal Carousel   */
#horizontal_carousel {
  float: left;
  width: 450px;
  height: 175px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 372px;
  height: 175px;
  position: relative;
  overflow: hidden;
  margin:0;
  padding:0;
  padding-top:45px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 175px;
}

#horizontal_carousel ul li {
  width: 124px;
  height: 175px;
  text-align: center;
  list-style:none;
  float:left;
  padding:0;
margin:0;
}


#horizontal_carousel .previous_button {
  float:left;
  width: 32px;
  height: 175px;
  background: url(../images/carousel/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/carousel/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/carousel/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;
  width: 32px;
  height: 175px;
  background: url(../images/carousel/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/carousel/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/carousel/right_disabled.png);
  cursor: default;
}
/* Horizontal Carousel 2   */
#horizontal_carousel2 {
  float: left;
  width: 456px;
  height: 172px;
  margin-bottom: 10px;
  position: relative;
  float:left;
}
#horizontal_carousel2 h3 {
margin:0;
padding:0;
width:456px;
text-align:center;
color:#FFF;
background-color:#3e505e;
padding-top:10px;
padding-bottom:10px;
font-size:16px;
float:left;
font-weight:bold;
}

#horizontal_carousel2 .carousel_wrapper{
	float:left;
	background-color:#000;
	width:456px;
	padding-top:20px;
	padding-bottom:20px;
	height: 60px;
}


#horizontal_carousel2 .container {
  float: left;
  width: 372px;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin:0;
  padding:0;
  background-color:#000;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 60px;
}

#horizontal_carousel2 ul li {
  width: 124px;
  height: 60px;
  text-align: center;
  list-style:none;
  float:left;
  padding:0;
margin:0;
}
#horizontal_carousel2 ul li {
height:60px;
}


#horizontal_carousel2 .previous_button {
  float:left;
  width: 42px;
  height: 60px;
  background: url(../images/carousel2/left.png);
  background-repeat:no-repeat;
  background-position:right;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {

}

#horizontal_carousel2 .previous_button_disabled {
  background: #000;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;
  width: 42px;
  height: 60px;
  background: url(../images/carousel2/right.png);
  background-repeat:no-repeat;
  background-position:left;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {

}

#horizontal_carousel2 .next_button_disabled {
  background:#000;
  cursor: default;
}