#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF; 	/*#F9D100;*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 2px;
	}

#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: 1000000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
/* ORIGINAL
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	}*/
#prevLink{
	position:absolute;
	left:-15px;
	width: 49%;
	height: 100%;
	background: url(/fileadmin/images/lightbox/prevlabel.gif) 10px bottom no-repeat;
	display: block;
	}

#nextLink{
	position:absolute;
	right:-5px;
	width: 49%;
	height: 100%;
	background: url(/fileadmin/images/lightbox/nextlabel.gif) right bottom no-repeat;
	display: block;
	}

#prevLink { left: -15px; float: left;}
/*#nextLink { right: -15px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/fileadmin/pimpupyourbike/images/lightbox/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/fileadmin/pimpupyourbike/images/lightbox/nextlabel.gif) right 50% no-repeat; }*/


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top:3px;
	line-height: 20px;
	overflow: auto;
	width: 100%	;
	}

#imageData{	padding:0 10px; color: #000000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; line-height:15px;}	
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#bottomNavClose{ width: 17px; position:absolute; right:5px; top:10px;; z-index:1000003}	

#imageDetails {
	padding-bottom:2px;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000000;
	width: 100%;
	height: 500px;
	background-color: #000000;
	}