/*註釋*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
/*loading圖示與close按鈕邊框*/
#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: transparent url(../images/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(../images/prevlabel.gif) left 15% no-repeat; }

/*下一張按鈕圖片*/
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

/*下方延伸說明文字框*/
#imageDataContainer{
	font: 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: transparent;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%	
	}

/*影像名稱字形與色彩*/
#imageData #caption{
	font: 14px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	text-shadow: #5a5447 2px 2px 2px;
}

/*影像資訊（image X of X）位置與色彩*/
#imageData{
	color: #fff;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

/*影像資訊（image X of X）細節設定*/
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }

/*影像資訊（image X of X）數字*/
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}

/*關閉按鈕設定*/			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	

/*遮蔽屏幕*/
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: black;
	}
	