@charset "utf-8";
/* CSS Document */
<style type="text/css">
* {
	font-size:12px;
	color:#333;
	text-decoration:none;
	padding:0;
	margin:0;
	list-style:none;
	font-style: normal;
	font-family:宋体;
}
.lxfscroll {
	width:689px;
	position: relative;
	height: 80px;
	overflow: hidden;
}

.lxfscroll ul li.lxfscroll-li {
	height: 80px;
	width: 689px;
	text-align: center;
	line-height: 80px;
	position: absolute;
	font-size: 40px;
	font-weight: bold;
}
.lxfscroll-title{
	width:80px;
	position:absolute;
	bottom:0px;
	z-index:1000;
	right:0px;
	height:20px;
}
.lxfscroll-title ul{
	width:80px;
	
}
.lxfscroll-title li{
	height:15px;
	width:15px;
	float: left;
	line-height: 15px;
	text-align: center;
	border: 1px solid #D8D8D8;
	margin-top: 2px;
	cursor: pointer;
	margin-right: 2px;
	background:#fff
}
.lxfscroll-title li.cur{
	color: #fff;
	background:#ff6600;
	filter: alpha(opacity=70);
	border: 1px solid #D8D8D8;
}
.lxfscroll ul {
	position: absolute;
}

