#example {
	width:780px;
	height:390px;
	position:relative;
}
#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:157px;
	left:10px;
	display:block;
	z-index:101;
}

.slides_container {
	width:730px;
	height:390px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left:685px;
}

.pagination {
	display:none;
}

.caption {
	position:absolute;
	bottom:0px;
	height:40px;
	line-height:40px;
	width:730px;
	background:#000;
	background:rgba(0,0,0,.5);
	font-size:1.3em;
	color:#fff;
	text-shadow:none;
}

.caption p{padding:0;padding-left:15px;margin:0;}

#focus{
	width: 400px;
	background: url(focus-bg.jpg) no-repeat #909090;
	height: 370px;
}

#focus ul{
	position: relative;
	top:80px;
	left:15px;

}

#focus li{
	line-height: 34px;
	overflow: hidden;
    height: 34px;
    width:90%
}

#focus li a{
	font-size: 15px;
}

#focus li a span{
	padding: 0 5px;
	color:#e33001;
	font-size: 15px;
}



