





/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {
	
			height:100%; 
			margin:0; 
			padding:0; 
			overflow-x: hidden;
			}
		

/* Set the position and dimensions of the background image. */
#bg {
	
			position:fixed; 
			top:0px; 	
			left:0px; 
			
			width:100%; 
			height:100%; 
			z-index: -1;
			}
		
		
#bgtest {
	/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index: -1;
}
	
#wrapperBack {
	position:absolute;
	width:100%;
	height:100%;
}

#myBoxBack {
	margin: 1.2in auto;
    color: #fff;
	width: 705px;
	height: 430px;
    
    text-align: left;
    background-color:#000;
	opacity: 0.8;
    
}
		#myBoxBack p {
  			padding:0;
  			margin:1ex 0;
		}

		#myBoxBack a {
			color: #FFF;
			text-decoration:none;
		}
		
		#myBoxBack v {
			color: #FFF;
			text-decoration:none;
		}		

#wrapper {
	position:absolute;
	width:100%;
	height:100%;
}

#myBox {
	position:relative;
	margin: 1.2in auto;
    color: #fff;
    width: 705px;
	height: 430px;
    
    text-align: left;
    
	
    
}
		#myBox p {
  			padding:0;
  			margin:1ex 0;
		}

		#myBox a {
			color: #FFF;
			text-decoration:none;
		}
		
		#myBox v {
			color: #FFF;
			text-decoration:none;
		}



#menuBack {
	position:absolute;
	left:00px;
	top:00px;
	
}

#menu {
	position:absolute;
	top: 20px;
	right: 25px;
}

#onder {
	position: absolute;
	width: 105px;
	heigt: 60px;
	top: 435px;
	right: 00px;	
}

#onderBack {
	position:absolute;
	bottom: 00px;
	right: 00px;
	z-index:4;	
}














html,body {
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;  
}






/* -- Caption StyleSheet --------------------------------------------------------------------*/

/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #000000;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 6px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

/* --------------------   LIGHT BOX--------------------------------------- */

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