/* add kjLightbox var for kj_imagelightbox2 */

#imageContainer {
	display: table; 
	position: static;
	}

#lightboxImage {
	display: table-cell;
	vertical-align: middle;
	left:22px;
	top:41px;
	position:absolute;
}

* html #lightboxImage {
	margin-top:41px;
	margin-left:10px;
}


*html #imageContainer img {position: absolute; top: 50%;}  /* for explorer only*/
*html #imageContainer img  {display: table-cell; vertical-align: middle; position: static;}



 <style type="text/css">
#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
</style>




#imageContainer {
	height:409px;
	left:23px;
	overflow:hidden;
	position:absolute;
	top:41px;
	width:599px;
	background:#f00;
	padding:10px 0px 0px 10px;
	display:show;

}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #eee;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	position: relative;
	left: 0px;
	height:68px;
	background:transparent url(pics/lightbox_imagedatacontainer.png) no-repeat left top;
}


#outerImageContainer{
	position: relative;
	margin: 0px auto;
	background:transparent url(pics/lightbox_maske.png) no-repeat left top;
	width:635px !important;
}

* html #outerImageContainer{
	top:10%;
}

#imageContainerLeftTop {
	background-color: #f00;
}


.csc-textpic-caption  {
	font-size:1.0em;
	font-weight:normal;
	padding:0.5em 0 0.8em 0;
	font-family:Georgia;
}

.main_border .csc-textpic-caption  {
	width:172px;
}






/* add kjLightbox var for kj_imagelightbox2 */
#lightbox .presentationmodeSpan {
	padding:1px 4px 1px 0px;
	font-family:Verdana;
	size:11px;
	text-decoration:none;
	color:#666;
	width:100%;
}

#lightbox .presentationmodeNo a:link, .presentationmodeNo a:visited {
	font-family:Verdana;
	size:11px;
	text-decoration:none;
	color:#666;
	width:100%;
}

#lightbox .presentationmodeAct {
	padding:1px 4px 1px 4px;
	color:#fff;
	background-color:#666;
	font-weight:bold;
	text-decoration:none;
	width:100%;
}

#lightbox .presentation_showImageCaption {
	padding-top:4px;
}

#lightbox #toolbox {}		

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

*html #lightbox{
	top:10%;
}



#lightbox a img{
	border: none;
}


#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: 73px;
	height: 31px;
	position:relative;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
}

#prevLink {
	left: 22px;
	background:transparent url(pics/lightbox_zuruck.png) no-repeat left top;
	float: left;
	top:90px;
}

* html #prevLink {
	left: 17px;
}

#nextLink {
	right: 8px;
	background:transparent url(pics/lightbox_weiter.png) no-repeat left top;
	float: right;
	top:90px;
	height:200px ! important;
	overflow:hidden;
}

#prevLink:hover, #prevLink:visited:hover {
	background:transparent url(pics/lightbox_zuruck.png) no-repeat left top;
}

#nextLink:hover, #nextLink:visited:hover {
	background:transparent url(pics/lightbox_weiter.png) no-repeat left top;
}



#imageData{
	padding:10px 10px 1px 25px;
	color: #666;
}

#imageData #imageDetails{
	width: 460px;
	float: left;
	text-align: left;
}
	
#imageData #caption{
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 0.3em;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose{
	width: 121px;
	height:19px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	

/* add css for kj_imagelightbox2 */
#imageData #bottomSaveMode{
	width: 20px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	display:none;
}

#imageData #bottomPrintMode{
	width: 20px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
	display:none;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

