@charset "utf-8";
/* CSS Document */
/* focus */
#imgroll{
	float:left;
	width:460px;
	border:1px solid #999;
	overflow:hidden;
}
	
#focus{
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
}

#focus ul{
	position:absolute;
	height:100%;
	list-style:none;
}

#focus ul li{
	float:left;
	height:100%;
	width:240px;
	overflow:hidden;
	position:relative;
}

#focus .btnBg{
	position:absolute;
	width:100%;
	height:20px;
	left:0;
	bottom:0;
	vertical-align:middle;
	/*background:#000;*/
}

#focus .btn{
    position:absolute;
	width:100%;
	height:18px;
	left:0;
	bottom:0;
	text-align:right;
}

#focus .btn span{
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:24px;
    height:18px;
    line-height:18px;
	cursor:pointer;
	background:#000;
	font-size:11px;
	color:#FFF;
	text-align:center;
	border-left:1px solid #FFF;
}

#focus .btn span.on{
	background:#fff;
}

#focus .preNext{
	position:absolute;
	width:34px;
	height:70px;
	top:100px;
	background:url(../images/sprite.png) no-repeat 0 0;
	cursor:pointer;
}

#focus .pre{
	left:0;
}

#focus .next{
	right:0;
	background-position:right top;
}

#focus img{
	width:100%;
	height:100%;
	border:none;
}

#word{
	width:100%;
	height:22px;
	line-height:22px;
	color:black;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#F1F4F5;
	overflow:hidden;
}