#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; 
}
#loadingLink img {
	background: url(./icons/loading.gif) no-repeat;
}

#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(./icons/PreviousLink.png) left 15% no-repeat;
}
#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(./icons/NextLink.png) right 15% no-repeat;
}

#imageInfoContainer
{
	overflow: auto; 
	margin: 0 auto; 
	width: 100%	;
	text-align: left;
	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.2em; 
}

#navigation { 
	position : relative;
	display: block;
	width: 100%; 
	height: 24px; 
}

#imageNumber
{
	position : absolute;
	margin-top : 4px;
	left : 0.1em;
	display: block;
	width: 48px;
	color: #ddd;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font: 9px; 
	text-align: center;
}
#naviClose 
{
	position : absolute;
	top : 2px;
	right : 4px;
	width: 32px; height: 18px;
	display: block;
	background: url(./icons/close.png) no-repeat;
}

#naviPlay
{
	position : absolute;
	top : 2px;
	right : 60px;
	width: 48px; height: 18px;
	display: block;
	background: url(./icons/autoplay.png) no-repeat;
}

#naviPrevOff
{
	position : absolute;
	margin: 0;
	top : 2px;
	right : 50%;
	width: 27px; height: 18px;
	display: block;
	background: url(./icons/previousOff.png) no-repeat;
}
#naviPrevOn
{
	position : absolute;
	margin: 0;
	top : 2px;
	right : 50%;
	width: 27px; height: 18px;
	display: block;
	background: url(./icons/previousOn.png) no-repeat;
}
#naviNextOff
{
	position : absolute;
	margin: 0;
	top : 2px;
	left : 50%;
	width: 26px; height: 18px;
	display: block;
	background: url(./icons/nextOff.png) no-repeat;
}
#naviNextOn
{
	position : absolute;
	margin: 0;
	top : 2px;
	left : 50%;
	width: 26px; height: 18px;
	display: block;
	background: url(./icons/nextOn.png) no-repeat;
}


#imageData{	
	position : static;
	padding:0 0px; 
	width: 100%;
}


#imageDetails
{
	width: 100%; /* this value will be adjusted by "lightbox2" */
	display: block;
}

#caption1 { 
	width: 98%;
	display: block;
	margin : 0;
	margin-left : 0.4em;
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", "ＭＳ Ｐゴシック", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #aaa;
	font-weight: normal;
}
#caption2 { 
	width: 98%;
	display: block;
	margin : 0;
	margin-left : 0.4em;
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	color: #aaa;
	font-size: 10px;
	font-family: "Helvetica Neue Black Condensed", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}
#caption3 { 
	width: 98%;
	display: block;
	margin : 0;
	margin-left : 0.4em;
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	color: #aaa;
	font-size: 10px;
	font-family: "Helvetica Neue Black Condensed", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;	
	text-align: left; 
}

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

