#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 {
background:#fff;
padding:3px 10px 10px;
}

#bottomNav {
display:block;
margin:0 auto;
padding:10px;
}

#bottomNavClose {
width:16px;
height:16px;
background:url(/img/close.gif) no-repeat;
background-position:0 0;
display:block;
float:right;
cursor:pointer;
}

#bottomNavClose:hover {
background:url(/img/close-hover.gif) no-repeat;
}

#loading {
position:absolute;
top:40%;
left:0;
height:25%;
width:100%;
text-align:center;
line-height:0;
}

#hoverNav {
position:absolute;
top:30px;
left:0;
height:100%;
width:100%;
z-index:10;
}

#imageContainer>#hoverNav {
left:0;
}

#hoverNav a {
outline:none;
float:left;
}

.controllerNextLinkInactive {
width:16px;
height:16px;
/*background:url(/img/next.gif) no-repeat;*/
display:block;
float:left;
cursor:default;
margin-left:10px;
}

.controllerPrevLinkInactive {
width:16px;
height:16px;
background:url(/img/back_lichtgrijs.gif) no-repeat;
display:block;
float:left;
cursor:default;
margin:0 0 0 7px;
}

.controllerPrevLink {
width:16px;
height:16px;
background:url(/img/back.gif) no-repeat;
display:block;
float:left;
cursor:pointer;
margin:0 0 0 7px;
}

.controllerNextLink {
width:16px;
height:16px;
background:url(/img/next.gif) no-repeat;
display:block;
cursor:pointer;
float:left;
margin-left:10px;
}

.controllerNextLink:hover {
background:url(/img/next-hover.gif) no-repeat;
}

.controllerPrevLink:hover {
background:url(/img/back-hover.gif) no-repeat;
}

#prevLink,#nextLink {
width:49%;
height:100%;
background:transparent url(/img/lightbox/blank.gif) no-repeat;
display:block;
}

/* #prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }*/
#imageDataContainer {
font:10px Verdana, Helvetica, sans-serif;
background-color:#fff;
line-height:1.4em;
overflow:auto;
width:100%;
margin:20px auto 0;
}

#imageData {
color:#666;
padding:0 10px;
}

#imageData #imageDetails {
width:70%;
float:left;
text-align:left;
}

#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: #000;
opacity: 0.5;
}

div#bottomNav span#caption {
	color: #cc0000;
	float: left;
	font-size: 12px;
	padding: 7px 15px;
}
