.special{
	display:block;
	clear:both;
	position:fixed;
	right:0px;
	top:100px;
	width:224px;
	padding-top:50px;
	height:380px;
	overflow:hidden;
	z-index:99997;
	background:transparent url(/img/special_box.png) left top no-repeat;
	margin-right: 35px;
}
.close_special{
	display:block;
	float:left;
	clear:both;
	width:80px;
	height:30px;
	overflow:hidden;
}
.special ul{
	display:block;
	clear:both;
	width:250px;
	padding:217px 0px 0px 25px;
}

.special ul li{
	display:block;
	float:left;
	width:45px;
	text-align:center;
	color:#fff;
}

.special ul li span{
	display:block;
	clear:both;
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#000 1px 1px 0px;
	font-size:11px;
}

.special ul li div{
	font-size:25px;
	display:block;
	clear:both;
	height:26px;
	overflow:hidden;
	text-shadow:#000 1px 1px 0px;
	font-weight:bold;
	color:#CF0;
}

.besepcial{
	display:block;
	float:left;
	width:115px;
	margin-right:5px;
	margin-top:25px;
	height:50px;
}

.chatepcial{
	display:block;
	float:left;
	width:100px;
	height:65px;
	margin:25px 0px 0px 0px;
}
.special_btn{
	display:block;
	clear:both;
	position:fixed;
	bottom:0;
	right:2%;
	z-index:99997;
	width:251px;
	height:87px;
	overflow:hidden;
	background:transparent url(/img/special_btn.png) left top no-repeat;
}
.special_btn:hover{background-position:left bottom;}