 /* Lightbox opmaak */
#lightbox {
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
	line-height: 0px;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	width: 250px;
	height: 250px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

#albumContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}

#imageContainer {
	padding: 2px 2px 2px 2px;
	background-color: #fff
}

#loading {
	width: 100%;
	height: 25%;
	position: absolute;
	top: 50px;
	left: 0px;
	text-align: center;
	line-height: 0px;
}

a#loadingLink {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0px auto 0px auto;
}

#hoverNav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#imageContainer > #hoverNav {
	left: 0px;
}

#hoverNav a {
	outline: none;
}

#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	display: block;
	background: transparent url(../images/IMGlightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left: 0px;
	float: left;
}

#nextLink {
	right: 0px;
	float: right;
}

#prevLink:hover,
#prevLink:visited:hover {
	background: url(../images/IMGlightbox/prevlabel.gif) left center no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
	background: url(../images/IMGlightbox/nextlabel.gif) right center no-repeat;
}

#imageDataContainer {
	width: 100%;
	height: 27px;
	margin: 0px auto;
	border-bottom: solid 1px #FFFFFF;
	overflow: auto;	
	background-color: #2a2b07;
}

#bottomNavOne {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

a#bottomNavOneLeft:link,
a#bottomNavOneLeft:visited,
a#bottomNavOneLeft:active {
	width: 50%;
	height/**/:/**/25px; /* 27px */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	display: block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	background: #2a2b07 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat right top;
}
a#bottomNavOneLeft:hover,
a#bottomNavOneLeft:focus {
	outline: none;
	background: #818317 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat right top;
}

a#bottomNavOneLeft span {
	margin: 0px 0px 0px 15px;
}

a#bottomNavOneRight:link,
a#bottomNavOneRight:visited,
a#bottomNavOneRight:active {
	width: 50%;
	height/**/:/**/25px; /* 27px */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	display: block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	background: #2a2b07 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat left top;
}
a#bottomNavOneRight:hover,
a#bottomNavOneRight:focus {
	outline: none;
	background: #818317 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat left top;
}

a#bottomNavOneRight span {
	margin: 0px 15px 0px 0px;
}

#imageData {
	padding: 0px 10px;
	color: #666;
}

#imageContainer #imageDetails {
	width: 110px;
	height: 25px;
	position: absolute;
	top: 0px;
	background: #FFFFFF;
}

#imageContainer #numberDisplay {
	margin: 3px 0px 0px 0px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #2a2b07;
	text-align: center;
}

#formContainer {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: #ADBC18;
}

#formContainer h2 {
	width: 291px;
	height: 25px;
	margin: 5px auto 0px auto;
	font: 24px/28px "Times New Roman", Times, serif;
	color: #2a2b07;
}

#formTekstHolder {
	width: 291px;
	height/**/:/**/24px; /* 50px */
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #2a2b07;
	text-align: left;
}

#formHolder {
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0px;
}

#textFieldContainer1,
#textFieldContainer2,
#textFieldContainer3,
#textFieldContainer4 {
	width: 100%;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

input#safInputField1,
input#safInputField2,
input#safInputField3,
input#safInputField4 {
	width/**/:/**/289px; /* 291px */
	padding: 0px 0px 0px 2px;
	line-height: 16px;
	height: 18px;
	background: #eaeec5;
}

textarea#safTextArea {
	width/**/:/**/289px; /* 291px */
	height: 100px;
	padding: 0px 0px 0px 2px;
	line-height: 16px;
	background: #eaeec5;
}

img#loadingImage {
	width: 32px;
	height: 32px;
	margin: 0px auto 0px auto;
}

#imageDataContainerTwo {
	height: 30px;
	margin: 0px auto;
	background-color: #2a2b07;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#bottomNavTwo {
	width: 100%;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	font-size: 16px;
	line-height: 20px;
	background: #2a2b07;
}

a#bottomNavTwoLeft:link,
a#bottomNavTwoLeft:visited,
a#bottomNavTwoLeft:active {
	width: 50%;
	height/**/:/**/25px; /* 27px */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	float: left;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	border: none;
	background: #2a2b07 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat right top;
}
a#bottomNavTwoLeft:hover,
a#bottomNavTwoLeft:focus {
	outline: none;
	background: #818317 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat right top;
}

a#bottomNavTwoLeft span {
	margin: 0px 0px 0px 15px;
}

a#bottomNavTwoRight:link,
a#bottomNavTwoRight:visited,
a#bottomNavTwoRight:active {
	width: 50%;
	height/**/:/**/25px; /* 27px */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	float: right;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	border: none;
	background: #2a2b07 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat left top;
}
a#bottomNavTwoRight:hover,
a#bottomNavTwoRight:focus {
	outline: none;
	background: #818317 url(../images/IMGlightbox/bottomNavigationDevider.gif) no-repeat left top;
}

a#bottomNavTwoRight span {
	margin: 0px 15px 0px 0px;
}
		
#overlay{
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	background-color: #000;
}

