.focus0{
    float:left;
    width:570px;
    height:380px;
    margin-top:10px;
}
.orbit-wrapper {
    position: relative;
    margin: 0 auto;
}
#featured {
    position: relative;
    width: 570px;
    height: 380px;
    overflow: hidden;
    background: #fff url(../../sysImages/loading.gif) 50% no-repeat;
    float:left;
}
.orbit > img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
}
.orbit > a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    border: 0 none;
    transition: none;
}
.orbit > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.orbit-item {
    background-color: #f5f5f5; }
.orbit-caption {
    display: none; position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 75px;
    font: 20px/50px "Microsoft Yahei";
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
}
.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 0px;
    left: 50%;
    margin: 15px 0 15px -50px;
    padding: 0;
}
.orbit-bullets li {
    float: left;
    margin: 0 5px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #000;
}
.orbit-bullets li.active {
    background-color: #49CFF1;
}
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}
.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}
.slider-nav {
    display: block
}
.slider-nav span {
    width: 75px;
    height: 75px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000; bottom: 0;
    cursor: pointer;
}
.slider-nav span.right {
    background: url(../../sysImages/arrow.png) right 0;
    right: 0;
}
.slider-nav span.left {
    background: url(../../sysImages/arrow.png) 0 0;
    left: 0;
}
.slider-nav span.right:hover {
    background-position: right bottom;
}
.slider-nav span.left:hover {
    background-position: 0 bottom;
}