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

#lightbox a img { 
	border: none; 
}

#outerImageContainer { 
	position: relative; 
	margin: 0 auto; 

	width: 250px; height: 250px; 
	
	background-color: #000; 
}
#imageContainer { 
	padding: 0px;
}

#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: 49%; height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
}
#prevLink { 
	float: left;
	left: 0; 
}
#nextLink { 
	float: right;
	right: 0; 
}
#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(../images/PreviousLink.png) left 15% no-repeat;
}
#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(../images/NextLink.png) right 15% no-repeat;
}

#imageDataContainer{

	overflow: auto; 
	margin: 0 auto; 
	width: 100%	;
	
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", "ＭＳ Ｐゴシック", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;

	font-size: 12px;
	color: #ddd;
	background-color: #333; 
	line-height: 1.4em; 
}

#imageData{	
	padding:0 0px; 
	width: 100%; height: 32px;
}

#imageData #imageDetails{ 

	float: left; 
	display: block;
	
	width: 80%; /* this value will be adjusted by "lightbox2" */
	text-align: left; 
}

#imageData #caption1 { 

	width: 200px; /* this value will be adjusted by "lightbox2" */
	display: block;
	
	font-weight: normal;
	text-align: left; 
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	margin-left : 0.5em;
}
#imageData #caption2 { 

	width: 200px; /* this value will be adjusted by "lightbox2" */
	display: block;
	
	float: left;
	
	font-size: 11px;
	font-family: "Helvetica Neue Black Condensed", Helvetica, Arial, Verdana, sans-serif;
	color: #aaa;

	font-weight: normal;	
	text-align: left; 
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	margin-left : 0.5em;
	
}
#imageData #caption3 { 

	width: 200px; /* this value will be adjusted by "lightbox2" */
	display: block;
	
	float: left;
	
	font-size: 11px;
	font-family: "Helvetica Neue Black Condensed", Helvetica, Arial, Verdana, sans-serif;
	color: #aaa;

	font-weight: normal;	
	text-align: left; 
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	margin-left : 0.5em;
	
}

#imageData #bottomNav { 

	float: right;
	display: block;
	
	width: 100px; 
	vertical-align: center;

}
#imageData #bottomNavPlay
{ 
	display: inline;
	float: left;
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	
	width:48px; height: 18px;
	
	outline: none;
}

#imageData #numberDisplay{ 
	display: inline;
	float: right;
		
	width: 40px; 
	
	padding: 0.2em;
	
	color: #ddd;
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font: 9px; 
	text-align: center;
	
}

#imageData #bottomNavPrevOff,
#imageData #bottomNavPrevOn
{ 
	float: left;
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	
	width: 27px; height: 18px;
	
	outline: none;
}
#imageData #bottomNavNextOff,
#imageData #bottomNavNextOn
{ 
	float: left;
	margin: 0px;
	margin-bottom: 2px;
	width: 26px; height: 18px;
	
	outline: none;
}
#imageData #bottomNavClose{ 

	float: right;
	
	margin-right: 4px;
	margin-bottom: 2px;
	
	width: 32px; height: 18px;
	
	outline: none;
}

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