/*cover*/
.cover_Other_Img{
	display: none;
}
#cover_Img_Str{
	display: none;
}
#top_Cover{
	width: 960px;
	height: 260px;
	background: url(../img/normal/loadingGif5.gif) 360px 60px no-repeat;
}

#cover_Ctrl{
	position: relative;
	z-index: 99;
}
.cover_Ctrl_PN{
	width: 70px;
	height: 100px;
	margin-top: 75px;
	margin-bottom: 58px;
}
#cover_Ctrl_Prev{
	float: left;
}
#cover_Ctrl_Next{
	float: right;
}
#cover_Ctrl_Nav{
	clear: both;
	text-align: right;
}
#cover_Ctrl_Nav > li{
	display: inline-block;
	padding: 5px 8px;
	cursor: pointer;
	font-size: 0.8em;
	opacity: 0.72;
}
#cover_Ctrl_Nav > li:hover{
	color: #676767;
	background-color: white;
}
.cover_Ctrl_Nav_This{
	color: #676767;
	background-color: white;
}
.cover_Ctrl_Nav_Other{
	color: #c6c6c6;
	background-color: #898989;
}

#cover_Ctrl::selection, .cover_Ctrl_PN::selection, #cover_Ctrl_Nav::selection, #cover_Ctrl_Nav > li::selection{
	opacity: 0;
}



#top_Cover img{
	position: relative;
	top: -260px;
	z-index: 50;
	width: 960px;
	height: 260px;
}














