@charset "utf-8";
/* CSS Document */
/* background-color: #ffedba; */
body{
	background-color: #111111;
	color: #111;
	font-family: Verdana;
	font-size: 14px;
}

img.liggend {
	width: 400px;
	height: 283px;
}

img.slideshow {
	width: 10%;
	height: 10%;
}

TABLE { 
border-collapse: collapse; 
border: 1px solid #000000;
}
 
#wrapper{
	margin: auto;
	width: 950px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#toppart{
	height: 130px;
	width: 950px;
	border: 1px solid #111;
	background-image: url(images/header.png);
}

#header{
	height: 100px;
}

#menu{
	width: 780px;
	height: 23px;
	text-align: center;
	color: #000;
	padding-top: 7px;
	font-weight: bold;
}

#menu a:link, #menu a:visited, #menu a:active{
	color: #000;
	text-decoration: none;
}
#menu a:hover{
	color: #000;
	text-decoration: underline;
}

#content{
	width: 930px;
	height: auto;
	margin-top: 20px;
	background-color: #ffd908;
	border: 1px solid #111;
	padding: 10px 10px 10px 10px;
}
#content a:link, #content a:visited, #content a:active{
	color: #111;
	text-decoration: none;
}
#content a:hover{
	color: #111;
	text-decoration: none;
}

#footer{
	width: 950px;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
        color: #111;
}

/*Lightbox*/
#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; 
	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; 
}