body,html
{
	margin:0px;
	overflow:auto; 
	background-color:#000000; 
	background-image: url(../img/bg01.jpg);
	text-align:center; 
	width:100%; 
	height:100%;
	font-size:10px;
	font-family:Verdana,Tahoma, sans-serif;
}

img
{
	border:none;
}

a:link, a:visited 
{
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

a:focus, a:hover 
{
	color:#ffffff;	
	text-decoration:none;
	outline:none;
}

#content
{
	position: absolute;
	width: 350px;
	left: 50%;
	margin-left: -175px;
}

#contentTable
{
	width: 100%;
	height:100%;
}

#contentTable #title
{
	width: 100%;
	height:160px;
}

#contentTable #spacer
{
	width: 100%;
	height:50px;
}

#contentTable #node
{
	width: 100%;
}

#contentTable #nodeContent
{
	width: 100%;
	padding-bottom:20px;
	color:#ffffff;
	text-align:left;
}

/* scrollPics*/
div.sc_menu 
{
  /* Set it so we could calculate the offsetLeft */
  height: 150px;
  width: 344px;
  /* Add scroll-bars */
  overflow: auto;
}

ul.sc_menu 
{
  display: block;
  height: 150px;
  /* Max width here, for users without Javascript */
  width: 15000px;
  /* Remove default margin */
  margin: 0;
  padding:0;
  list-style: none;
}

.sc_menu li 
{
  display: block;
  float: left;
  padding: 0 2px;
  margin: 0;
  left:0;
}

.sc_menu a 
{
  display: block;
  text-decoration: none;
}

.sc_menu img 
{
  border: none;
}

.sc_menu a:hover img 
{
  filter:alpha(opacity=50);
  opacity: 0.5;
}

/* lightbox
----------------------------------------------- */
#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(lb_img/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(../lb_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lb_img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 2em;
	overflow: hidden;
	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;
	}