#lightbox{
	font-weight:bold;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 101;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: white;
	top: 10px;
	width: 550px;
	height: 250px;
	margin: 16px auto;
	/* border:1px solid white; */
	padding:0px; /* jei reik padidint image borderio ploti daugiau nei 10px */
	}
	
/* image border reguliavimas - javascript borderSize */

/* fono skaidrumas - javascript overlayOpacity */
/* fono spalva - javascript backgroundColor */

#imageContainer{
        margin:0;
	padding:5px 0 0 0; /* image border top */
	width: 100%;
	}

#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: 25%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(prevlabel.gif) left 50% no-repeat;}
#nextLink { right: 0; float: right; background: url(nextlabel.gif) right 50% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 50% no-repeat; }


#imageDataContainer{
		/* color:white; */
		font-size:14px;
		line-height:20px;
		/* font-weight:bold; */
		/* text-transform:uppercase; */
	background-color: none;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	}

#imageData{ padding:1px 6px 1px 0px; color: #666; }
#imageData #imageDetails{ width: 83%; float: left; text-align: left; padding-bottom:10px;}	
#imageData #caption{ color:white;font:18px Tahoma;line-height: 21px;}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNav{ height: 16px; }	
#imageData #bottomNavClose{ width: 22px; float: right; 	}	
#imageData #bottomNavClose img{ width:23px;height:19px;}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 500px;
	background-color: #1E1E1E;
	}
