

#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: #4e4177;
	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;
}
	#loadingImage {
		width: 32px;
		height: 32px;
		background: url(/tmpl/avs_en/img/lightbox/loading.gif) 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(/tmpl/avs_en/img/lightbox/closelabel_small.gif) left top no-repeat;
		}
	
#startStopLink, #startStopLinkOff, #prevLink, #nextLink {
	display: block;
	width: 63px;		/* Change This to fit the pic !!! */
	height: 32px;		/* Change This to fit the pic !!! */
}

#prevLink {
	xleft: 0;
	float: left;
}
	#prevLink,
	#prevLink:hover,
	#prevLink:visited:hover {
		background: url(/tmpl/avs_en/img/lightbox/prevlabel.gif) left 25% no-repeat;
	}
	
#nextLink {
	float: left;
}
	#nextLink,
	#nextLink:hover,
	#nextLink:visited:hover {
		background: url(/tmpl/avs_en/img/lightbox/nextlabel.gif) right 25% no-repeat;
	}
	
	
#startStopLink {
	float: left;
}
	#startStopLink,
	#startStopLink:hover,
	#startStopLink:visited:hover {
		background: url(/tmpl/avs_en/img/lightbox/stop.gif) right 25% no-repeat;
	}

#startStopLinkOff {
	float: left;
}
	#startStopLinkOff,
	#startStopLinkOff:hover,
	#startStopLinkOff:visited:hover {
		background: url(/tmpl/avs_en/img/lightbox/start.gif) right 25% no-repeat;
	}

/*
.startStopLinkOn {
		background: url(/tmpl/avs_en/img/lightbox/stop.gif) right 25% no-repeat;
}

.startStopLinkOff {
		background: url(/tmpl/avs_en/img/lightbox/start.gif) right 25% no-repeat;
}
*/

#prevLink1,
#nextLink1 {
	width: 49%;
	height: 100%;
	background: transparent url(/tmpl/avs_en/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: #4e4177;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px 0 10px;
	overflow:hidden;	
}
#imageData #imageDetails {
	width: 40%;		/* Reduce This to fit the pic !!! */
	float: left;
	text-align: left;
}
	#imageData #imageDetails span#caption {
		display: none;
	}
#imageData div#bottomPrevNext {
	width: 190px;		/* Change This to fit the 3 pics center bottom + 15 !!! */
	height: 32px;		/* Change This to fit the pic !!! */
	float: left;
}
* html body #imageData div#bottomPrevNext { /* >>* html<< - msie 6.x css filter */
    /* Hier nur MSIE 6 */
	width: 195px;		/* Change This to fit the 3 pics center bottom + 20 !!! */
}

*+html body #imageData div#bottomPrevNext { /* >>*+html<< - msie 7.x css filter */
    /* Hier nur MSIE 7 */
	width: 195px;		/* Change This to fit the 3 pics center bottom + 20 !!! */
}#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	font-weight:bold;
	color: #ff9900;
}
#imageData #bottomNav {
	width: 115px;		/* Change This to fit the 2 pics right bottom !!! */
	float: right;
	text-align: right;
	overflow: hidden;
}			
	#imageData #bottomNav #bottomNavClose {
		width: 66px;		/* Change This to fit the pic !!! */
		float: right;
		padding-bottom: 0.7em;
		overflow:hidden;
	}	
	#imageData #bottomNav #bottomNavInfo {
		width: 49px;		/* Change This to fit the pic !!! */
		float: left;
		padding-bottom: 0.7em;
		overflow: hidden;
	}

#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: 49px;		/* Change This to fit the pic !!! */
	height: 22px;		/* Change This to fit the pic !!! */
	background: url(/tmpl/avs_en/img/lightbox/infolabel.gif) left top no-repeat;
}
#bottomNavCloseImage {
	width: 66px;		/* Change This to fit the pic !!! */
	height: 22px;		/* Change This to fit the pic !!! */
	background: url(/tmpl/avs_en/img/lightbox/closelabel.gif) left top no-repeat;
}

/* REcomment to show info */
/*
#bottomClear {
	clear: both;
	float: none;
}
*/
#bottomLargeInfo {
	color: #333;
	padding: 0 0 10px 0;
	text-align: left;
	visibility: hidden; /* uncomment to show info */
}

.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 */
}	
