.slider {
    width:100%;
    margin:-20px auto 0;
}
.switchable-box {
    position:relative;
    width:100%;
    overflow:hidden;
}
.switchable-content img {
    width: 0;
    height: 0;
}
.switchable-content > a {
    display:block;
}
.switchable-caption {
    display:none;
    position:absolute;
    left:0;
    bottom:0;
    z-index:8;
    padding:5px 10px;
    overflow:hidden;
    width:100%;
    opacity: 0.5; /* FF 3.5及以上 */
    filter: alpha(opacity=50); /* IE6及以上 */
    -moz-opacity: 0.5; /* FF 3.5以下 */
    color:#FFFFFF;
    background-color:#000000;
    font-size: 14px;
    height: 80px;
}
.switchable-caption a{color: #fff;}
.switchable-caption a:hover{color: #fff;}
.switchable-caption .slide-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.switchable-caption .slide-desc{
    width: 76%;
    line-height: 20px;
    -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow-x: hidden; white-space: nowrap;
}
.ui-arrow a {
    display:block;
    position:absolute;
    top:45%;
    z-index:9;
    width: 48px;
    height: 80px;
    text-indent:-9999px;
    background:url("../onethink_lr.png");
    cursor:pointer;
}
.ui-arrow .ui-prev:hover{background-position:0px 240px;}
.ui-arrow .ui-next {
    right:0px;
    background-position:0px 160px;
}
.ui-arrow .ui-next:hover{background-position:0px 80px;}
.switchable-nav {
    text-align:right;
    position: relative;
    z-index: 10;
    margin: -18px 12px 0 0;
    height: 18px;
    line-height: 18px;
    width: 24%;
    float: right;
}
.switchable-nav li {
    display:inline-block;
    *display:inline;
    zoom:1;
    width:12px;
    height:8px;
    text-indent:-9999px;
    *text-indent:0;
    *font-size:0;
    overflow:hidden;
    cursor:pointer;
    background: #fff;
    -moz-opacity: 0.25; /* FF 3.5以下 */
    opacity: 0.25; /* FF 3.5及以上 */
    filter: alpha(opacity=25); /* IE6及以上 */
    margin: 0 4px 5px 4px;
    padding: 0;
    font-size: 0;
}
.switchable-nav .switchable-trigger-internal{
    height: 8px;line-height: 18px;
}
.switchable-nav li.active {
    -moz-opacity: 0.75; /* FF 3.5以下 */
    opacity: 0.75; /* FF 3.5及以上 */
    filter: alpha(opacity=75); /* IE6及以上 */
}
