#lightbox {
	position: absolute;
	top: 40px;
	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: 0;
}

/* TOP DATA */

#imageDataContainerTop { 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: transparent; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
	position:relative;
	top:10px;
	height: 40px;
	display:none;
}


	#imageDataTop {	
		color:#666666;
		overflow:hidden;
		padding:0 10px;
		position:relative;
		height: 40px;
		display:none;
	}
		#imageDataTop #imageDetailsTop { 
			float: left; 
			text-align:center;
			width:100%;
			position:absolute;
			top:0;
			left:0;
			font-size:12px;
			font-weight:bold;
			height:40px;		
		}	
		
			#imageDataTop #captionTop { 
				display:none;
			}
			#imageDataTop #numberDisplayTop { 
				display: block; 
				clear: left; 
				margin-top:16px;
				font-size:14px;
				display:none;
			}		

			#imageDataTop #topNav {
				height:40px;
				position:relative;
				right:15px;
				top:0;
				
			}
				
			#imageDataTop #topNavClose {
				position:absolute;
				width: 26px; 
				float: right;  
				right:5px;
				bottom: 5px; 
				height:26px;
				outline: none;
			}	 
			
			#imageDataTop #topNavDownload {
				position:absolute;
				width: 79px; 
				float: right;  
				right:35px;
				bottom: 5px; 
				height:31px;
				outline: none;
				display: none;
			}
			
			.ie #imageDataTop #topNavClose {
		
			}
			
			#imageDataTop #topNavClose img {
				width: 26px; 
				height: 26px;  
			}	
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	#loadingImage {
		width: 32px;
		height: 32px;
		background: url([[LIGHTBOX_LOADING_IMAGE]]) left top no-repeat;
	}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
	#hoverNav a {
		outline: none;
	}
	#hoverNav #closeLabelSmall {
		position: absolute;
		top: 0;
		right: 0;
	}
		#bottomNavCloseImageSmall {
			width: 30px;
			height: 30px;
			background: url(/img/lightbox/close_small.gif) left top no-repeat;
		}
	
#startStopLink, #startStopLinkOff, #prevLink, #nextLink {
	display: block;
	width: 22px;
	height: 27px;
}

#prevLink {
	float: left;
}
	#prevLink,
	#prevLink:hover,
	#prevLink:visited:hover {
		background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat;
	}
	
#nextLink {
	float: left;
}
	#nextLink,
	#nextLink:hover,
	#nextLink:visited:hover {
		background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat;
	}
	
#startStopLink {
	float: left;
}
	#startStopLink,
	#startStopLink:hover,
	#startStopLink:visited:hover {
		background: url([[LIGHTBOX_STOP_IMAGE]]) right 15% no-repeat;
	}

#startStopLinkOff {
	float: left;
}
	#startStopLinkOff,
	#startStopLinkOff:hover,
	#startStopLinkOff:visited:hover {
		background: url([[LIGHTBOX_START_IMAGE]]) right 15% no-repeat;
	}

#prevLink1,
#nextLink1 {
	width: 49%;
	height: 100%;
	background: transparent url(/img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink1 {
	left: 0;
	float: left;
}
#nextLink1 {
	right: 0;
	float: right;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px 0 10px;
	overflow:hidden;	
}
#imageData #imageDetails {
	width:120px;
	margin-right:10px;
	float: left;
	font-weight:bold;
	text-align: left;
	position: relative; 
	top: -3px;
}

	#imageData #imageDetails span {
		color:#7a7a7a;
	}
	
	#imageData #imageDetails span#caption {
		display: block;
	}
#imageData div#bottomPrevNext {
	width: 67px;
	height: 27px;
	float: left;
}
* html body #imageData div#bottomPrevNext { /* >>* html<< - msie 6.x css filter */
    /* Hier nur MSIE 6 */
	width: 72px;
}

*+html body #imageData div#bottomPrevNext { /* >>*+html<< - msie 7.x css filter */
    /* Hier nur MSIE 7 */
	width: 72px;
}

#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNav {
	xwidth: 95px;
	cfloat: right;
	text-align: right;
	overflow: hidden;
	height:25px;
}			
	#imageData #bottomNav #bottomNavClose {
		float: right;
		padding-bottom: 0.7em;
		overflow: hidden;
	}	
	#imageData #bottomNav #bottomNavInfo {
		width: 30px;
		float: left;
		padding-bottom: 0.7em;
		overflow: hidden;
	}
	#imageData #bottomNav #bottomNavDownload {
		display:none;
	}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:  #000;
	filter: alpha( opacity = 60 );
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*
#bottomNavInfoImage {
	width: 26px;
	height: 27px;
	background: url([[LIGHTBOX_INFO_IMAGE]]) left top no-repeat;
}

#bottomNavDownloadImage {
	width: 26px;
	height: 27px;
	background: url([[LIGHTBOX_DOWNLOAD_IMAGE]]) left top no-repeat;
}

#bottomNavCloseImage {
	width: 27px;
	height: 27px;
	background: url([[LIGHTBOX_CLOSE_IMAGE]]) left top no-repeat;
}*/

#bottomLargeInfo {
	color: #333;
	padding: 0 0 10px 0;
	text-align: left;
	xbackground-color: green;
	visibility: hidden;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

.nextLink ,
.prevLink {
	display: block;
	width: 22px;
	height: 27px;
}


a.prevLink {
	float: left;
}
	a.prevLink,
	a.prevLink:hover,
	a.prevLink:visited:hover {
		background: none;
	}
	
a.nextLink {
	float: left;
}
	a.nextLink,
	a.nextLink:hover,
	a.nextLink:visited:hover {
		background:  none;
	}
	


	

#lightbox .hoverNav{
	width:100%;
}

	#lightbox .hoverNav a{
		
	}


	#lightbox .hoverNav .nextLink,
	#lightbox .hoverNav .prevLink{
		display:none;
		width:49%;
		height:100%;
		background:none;
		opacity:0.6;
	}
	
	#lightbox .hoverNav .closeLink{
		height:22px;
		position:absolute;
		right:10px;
		top:10px;
		width:25px;
		background: url(/img/lightbox/close_small.gif) right top no-repeat;
	}
	

	
	#lightbox .hoverNav .nextLink{
		float:right;
	}
	.ie #lightbox .hoverNav a.nextLink,
	.ie7 #lightbox .hoverNav a.nextLink {
		background: url(/img/lightbox/nextlabel.gif) right 48% no-repeat;
	}
	
	#lightbox .hoverNav a.nextLink:hover,
	#lightbox .hoverNav a.nextLink:visited:hover {
		background: url(/img/lightbox/nextlabel.gif) right 48% no-repeat;
	}
	
	
	#lightbox .hoverNav .prevLink{
		width:left;
	}
	
	.ie #lightbox .hoverNav a.prevLink,
	.ie7 #lightbox .hoverNav a.prevLink {	
		background: url(/img/lightbox/prevlabel.gif) left 48% no-repeat;
	}
	
	#lightbox .hoverNav a.prevLink:hover,
	#lightbox .hoverNav a.prevLink:visited:hover {
		background: url(/img/lightbox/prevlabel.gif) left 48% no-repeat;
	}

#lightbox .controlls {
	width:110px;
	float:left;
	margin:3px;
}

#lightbox .controlls .nextLink,
#lightbox .controlls .stopLink,
#lightbox .controlls .startStopLink,
#lightbox .controlls .prevLink {
	float:left;
	margin:1px;	
}

#lightbox #bottomNav .downloadLink{
	float:right;
	padding-bottom: 0.7em;
	overflow: hidden;
	margin-right: 5px;
}