HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: 93% Verdana, Arial, Helvetica, sans-serif; COLOR: #DDDDDD; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #000000; TEXT-ALIGN: center
}

A:link {
	COLOR: #d10f13; BACKGROUND-COLOR: transparent
}
A:visited {
	COLOR: #FFFFFF; BACKGROUND-COLOR: transparent
}
A:hover {
	COLOR: #FFFF99; BACKGROUND-COLOR: transparent
}
A:active {
	COLOR: #FFFFFF; BACKGROUND-COLOR: transparent
}
#pagewidth {
	BACKGROUND-POSITION: 100px bottom; MARGIN-LEFT: auto; WIDTH: 760px; MARGIN-RIGHT: auto; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #424242; TEXT-ALIGN: left
}

body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
}




body { scrollbar-arrow-color:#DDDDDD;
scrollbar-base-color:#333333;
scrollbar-dark-shadow-color:#AAAAAA;
scrollbar-track-color:#DDDDDD;
scrollbar-face-color:#d10f13;
scrollbar-shadow-color:#333333;
scrollbar-highlight-color:#AAAAAA;
scrollbar-3d-light-color:#AAAAAA;}





#navigatie {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: none;
 width: 13em;
 border-right: 1px solid #666666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #424242;
 color: #d10f13;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#navigatie ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #808080;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #BBBBBB;
 background-color: #d10f13;
 color: #FFFFFF;
 text-decoration: none;
 width: 100%;
}

html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover {
 border-left: 10px solid #808080;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #BBBBBB;
 background-color: #424242;
 color: #FFFFFF;
}

#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(../images/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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}