
.wt-scroller {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    height: 145px;
    padding-top: 10px;
    position: relative;
    width: 892px;
    padding-top: 10px;
}
.wt-scroller .slides {
    float: left;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 600px;
    z-index: 1;
}
.wt-scroller .slides ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 99999px;
    z-index: 0;
}
.wt-scroller .slides ul li {
    display: block;
    float: left;
    height: 95px;
    overflow: hidden;
    position: relative;
    width: 95px;
}
.wt-scroller .slides ul li img {
    border: 0 none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.wt-scroller .slides ul li p {
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding: 3px;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 60px;
    z-index: 1;
}
.wt-scroller .outside {
    background-color: #222222;
}
.wt-scroller .inside {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.wt-scroller .prev-btn, .wt-scroller .next-btn {
    cursor: pointer;
    float: left;
    height: 200px;
    position: relative;
    width: 35px;
}
.wt-scroller .prev-btn {
    background: url("assets/prev.png") no-repeat scroll center center transparent;
}
.wt-scroller .next-btn {
    background: url("assets/next.png") no-repeat scroll center center transparent;
}
.wt-scroller .lower-panel {
    clear: both;
    display: block;
    font-size: 0;
    position: relative;
    text-align: center;
}
.wt-scroller .scroll-bar {
    background: -moz-linear-gradient(center top , #999999 0%, #666666 100%) repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    height: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wt-scroller .thumb {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.wt-scroller .index, .wt-scroller .index-hl {
    background-image: url("assets/circle.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    margin: 0 4px;
    position: relative;
    width: 7px;
}
.wt-scroller .index {
    background-position: 0 0;
    cursor: pointer;
}
.wt-scroller .index-hl {
    background-position: -7px 0;
    cursor: default;
}
.wt-scroller .m-prev, .wt-scroller .m-next {
    cursor: pointer;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 5;
}
.wt-scroller .m-prev {
    background: url("assets/prev.png") no-repeat scroll center center rgba(0, 0, 0, 0.75);
    left: 0;
}
.wt-scroller .m-next {
    background: url("assets/next.png") no-repeat scroll center center rgba(0, 0, 0, 0.75);
    left: 100%;
    margin-left: -30px;
}
