.focus_slider_wrap {
    width: 100%;
    padding: 0 0 30px 0;
    position: relative;
	margin-top: -93px;
}#focus_slider {
    width: 100%;
}.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}img.rsImg {
    max-width: none;
}.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 8px;
    overflow: hidden;
}
.rsDefault .rsBullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #777;
    /* background: rgba(255,255,255,0.5); */
}
.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF;
}