#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; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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 { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }
*/

/* Prevew　と　Next を常に表示させ、且つ画像の外に表示するようにした。
float　をやめて　Positionを使い位置を画像の外にしている。*/
#prevLink { position: absolute; top: 0%; left: -120px; background: url(images/prevlabel2.gif)  left 50% no-repeat;}
#nextLink { position: absolute; top: 0%; right: -120px; background: url(images/nextlabel2.gif) right 50% no-repeat;}

/* 新たに追加したプリントボタンの位置*******************************************/
/*#printimage { position: absolute; top: 0%; right: 0px; background: url(../images/closelabel.gif) right 100% no-repeat;}*/
/*#printimage img{ position: absolute; top: 20px; right: -100px;}*/
/*#printimage img{ position: absolute; bottom:-50px; right: -60px;}*/



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

/*captionの文字の位置*/
#imageData{ padding:0 10px 0 10px; color: #666; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; padding-bottom:10px}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; }

/* #bottomNavを追加して、closeとprint両方の画像が右に表示されるようにした*/
#imageData #bottomNav { width:60px; float: right; text-align: right; }

#imageData #bottomNavClose { padding-bottom: 10px; }

/*#imageData #bottomNavClose { width: 60px; float: right;  padding-bottom: 0.7em; outline: none;}*/

/*プリントボタンの位置*/
/*#imageData #bottomNavprint{
	position:relative;
	top:30px;
	right:60px;
}*/

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