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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	/*width: 250px;tk021007*/
	width:	100%;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 10px 10px 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0px;
	/*top: 10px;*/
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prev2.gif) left bottom no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/next2.gif) right bottom no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;		/*tk021007*/
	width: 100%	
	}

#imageData {
	padding:0 10px;
	color: #666;
	}

#imageData #imageDetails { 
	width: 100%; 
	height:30px;
	vertical-align: middle;		/*tk021007*/
	/*background:#aaa;*/
	}
		
#imageData #caption {
	font-weight: 	normal;
	font-size: 	1.2em;
	width:50%;			/*tk021007*/
	text-align: 	left;		/*tk021007*/
	padding: 3px 0px 3px 0px;	/*tk021007*/
	/*background:yellow;*/
}
#imageData #numberDisplay { 
	font-size: 	1.0em;		/*tk021007*/
	padding: 5px 0 0 0;
	/*background:red;*/
}

#imageData #imageLinkListNav {
	/*background:blue;*/
	padding:0;
}

#imageData .linklist {
	padding: 	2px 2px;	/*tk021007*/
	border: 1px solid #fff;		/*tk021007*/
	/*color: #d85d0e;*/
	color: #605046;
	font-size: 1.0em;
	line-height:1.5em;
	}
#imageData a.linklist {
	text-decoration: none;
}

#imageData a.linklist:link, #imageData a.linklist:visited {
	color: #605046;
	text-decoration: none;
}


#imageData a.linklist:hover {
	color: #605046;			/*tk021007*/
	text-decoration: none;		/*tk021007*/
	border-color: #999;		/*tk021007*/
}

#imageData #linklist-current {
	color: #D45E0C;
	font-weight: bold;
	}


/*tk 021007 */
#imageData #bottomNav{
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
	color: #aaa;
	margin:15px 0px;
}
/* -- */

#imageData #copyright { 
	color: #aaa;
	float: left;			/*tk021007*/
	text-align: left;		/*tk021007*/
}




/*tk021007*/
/*
#imageData #bottomNavClose { 
	width: 66px;		
	float: right;  		
	padding-bottom: 0.7em;	
	}	
*/
#imageData #bottomNavClose {
	font-size: 1.0em;
	color: #aaa;
	text-decoration:none;
	}
#imageData #bottomNavClose:link {
	font-size: 1.0em;
	color: #aaa;
	text-decoration:none;
	}

#imageData #bottomNavClose:hover {
	font-size: 1.0em;
	color: #999;
	text-decoration:underline;
	}

/* -- */	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #A89E96;
	}

/*tk021007*/
#imageData #testText {
		background:black;
		font:600 11px verdana;
		color:white;
		}