*{
	padding: 0;
	margin: 0;
}

img{
	vertical-align: top;
}
li{
	list-style: none;
}

#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:400px;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:400px;
}
#focus-banner-list li img{
	width: 100%;
	height: 100% !important;
}
.focus-banner-img{
	display: block;
	height:100%;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 10px;
	bottom: 32px; 
    width: 100%;
    color: #fff;
    font-size: 20px;   
    text-align: left;  
}
#focus-banner-list .focus-banner-text p{
	width: 100%;  
	color: #fff;
	font-size: 22px; 
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../images/focus_handle.png");
}
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
    bottom: 12px;
    z-index: 999;
    right: 0px;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
	background-color:#999;
}
#focus-bubble li.current{
	background-color: #D60B17;
	border: 0;
}