body,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9EA7CA;
	line-height: 20px;
}

a:link {
	color: #9EA7CA;
	text-decoration: none;
}

a:visited {
	color: #9EA7CA;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.Nav_Link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.Nav_Link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.Nav_Link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.RedText {
	color: #990000;
}

.Text_10 {
	font-size: 10px;
}
.Text_14 {
	font-size: 14px;
}
.White_text {
	color: #FFFFFF;
}
.Div_W80{
width: 120px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
}
.Div_Margin_2 {
margin:2px;
}
.FltRt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
float: right;
margin-left: 8px;
}
.FltlFt { /* 此类可用来使页面上的元素向左浮动 */
float: left;
margin-right: 8px;
}
.ClearfLoat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.WorkPicBorder{
	border: 2px solid #656B80;
}
.Alpha_60{
	filter: Alpha(Opacity=60);
}




#bg {
	background-color: #CCCCCC;
	position: absolute;
	height: 128%;
	width: 100%;
	z-index: 3;
	filter: Alpha(Opacity=80);
	visibility: visible;
	left: 0;
	top: 0;
}
#manro{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#manro 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 Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#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: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}



