/*******飘窗**********/
.floatingAd .ad{
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}
.floatingAd a{
	color:#f60; 
	display: inline-block;
	text-decoration: none;
}
.floatingAd a img{
	border: 0;
}
.floatingAd .close{
	display: none;
}
.floatingAd .opacity{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 25px; 
	background-color: #000000; 
	opacity: 1; 
	filter: alpha(opacity = 100);
}
.opacity1{
	opacity: 1; 
	filter: alpha(opacity = 100);
}
.floatingAd .text{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 25px; 
	color: #fff; 
	line-height: 25px; 
}
.floatingAd .text .button{
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}
.floatingAd .text .title{
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}
/*******飘窗**********/

/*******内容分页**********/
#page_break {} 
#page_break .collapse {display: none;} 
#page_break .num {padding: 10px 0;text-align: center;} 
#page_break .num li{display: inline; margin: 0 2px;padding: 3px 5px;border:1px solid #c60000; 
background-color: #fff;color: #c60000;text-align: center;cursor: pointer;overflow: hidden;} 
#page_break .num li.on{background-color: #c60000;color: #fff;font-weight: bold;}
#page_break .num li.on{background-color: #c60000;color: #fff;}
/*******内容分页**********/