﻿body {
	overflow-y:hidden;
	text-align:center;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	}

/*#container {
	position:absolute;
	top:10px;
	width:778px;
	left:auto;
	right:auto;
	margin: 0px auto;
}*/

#main {
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top left;
	width:778px;
	height:400px;
	overflow:auto;
	border: 1px solid #ccffff;
	margin:0px auto;
}

/* IE6 will skip this line - necessary for correct background in FF & Opera */
html>body #main {
    background-attachment:scroll;
}
/* end fix */

#header {
	margin: 0px auto;
	width: 778px;
	height: 137px;
	border: 1px solid #ccffff;
}

#break {
	margin: 0px auto;
	width:778px;
	height: 10px;
	border: 0px solid #ccffff;
}

#footer {
	margin: 0px auto;
	width: 778px;
	height: 20px;
	/*border: 1px solid #ccffff;*/

}

#navigation {
	margin: 0px auto;
	font-size: 10px; 
	font-family: Verdana, mono;
	text-align:center;
	width:778px;
	border: 0px solid #ccffff;
	border-top: 5px solid #000000;
	border-bottom: 6px solid #000000;
}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	border-left: 0px solid #ccffff;	
		padding-left: 5px;
	padding-right: 5px;

}
#navigation a span {
}

#navigation a:hover {
	color: #66CCFF;
	/*text-decoration: underline;*/
}

.italicEnter {
	font-style:italic;
}

a:link {
	text-decoration: none;
	color: #BF4502;
}
a:visited {
	text-decoration: none;
	color: #BF4502;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.verySmall {
	color: #FFFFFF;/*0080C0*/
	font-size: 9px;
	font-family: Verdana, mono;
	padding-left:5px;
	padding-right:5px;
} 


/*******************************
 * von andy 
 */



img {
	border: 0px solid #ffffff;
}
/*
 *
 *******************************/
 
 
 /********* 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(http://www.far-beyond.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.far-beyond.com/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; }

