.wt-rotator
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    position: relative;
    width: 700px;
    height: 214px;
    overflow: hidden;
}
.wt-rotator a
{
    outline: none;
}
.wt-rotator .screen
{
    position: relative;
    top: 0;
    left: 0;
    width: 700px;
    height: 214px;
    overflow: hidden;
}
.wt-rotator #strip
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.wt-rotator .content-box
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.wt-rotator .main-img
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
}
.wt-rotator .preloader
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;*/
    background: #000 url(assets/loader.gif) center no-repeat;
    background: rgba(0,0,0,.7) url(assets/loader.gif) center no-repeat;
    z-index: 4;
    display: none;
}
.wt-rotator #timer
{
    position: absolute;
    left: 0;
    height: 4px;
    z-index: 4;
    visibility: hidden;
    font-size: 0;
}
.wt-rotator .desc
{
    position: absolute;
    z-index: 6;
    overflow: hidden;
    visibility: hidden;
    text-align: left;
}
.wt-rotator .inner-bg
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    z-index: 0;
}
.wt-rotator .inner-text
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: auto;
    height: auto;
    z-index: 1;
    font-size: 1.167em;
}

.wt-rotator .inner-text a
{
    font-weight: bold;
}

.wt-rotator .c-panel
{
    position: absolute;
    top: 0;
    z-index: 7;
    visibility: hidden;
}
.wt-rotator .outer-hp, .wt-rotator .outer-vp
{
    position: absolute;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111',GradientType=0);*/
}
.wt-rotator .outer-hp
{
    left: 0;
    width: 100%;
    border-left: none;
    border-right: none;
}
.wt-rotator .outer-vp
{
    top: 0;
    height: 100%;
    border-top: none;
    border-bottom: none;
}
.wt-rotator .back-scroll, .wt-rotator .fwd-scroll
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(assets/spacer.png) no-repeat;
}
.wt-rotator .thumbnails, .wt-rotator .buttons
{
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
}
.wt-rotator .thumbnails ul
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wt-rotator .thumbnails ul.inside
{
    position: absolute;
    top: 0;
    left: 0;
}
.wt-rotator .thumbnails li, .wt-rotator .play-btn, .wt-rotator .prev-btn, .wt-rotator .next-btn
{
    position: relative;
    list-style: none;
    display: inline;
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.wt-rotator .thumbnails li.curr-thumb
{
    cursor: default;
}

.wt-rotator .thumbnails li.image a
{
    display: block;
    border: 0;
}
.wt-rotator .thumbnails li.image img
{
    display: block;
    border: 0;
    position: absolute;
    
}

.wt-rotator .thumbnails li.image.curr-thumb img
{
    cursor: default;
}

.wt-rotator .thumbnails li *
{
    display: none;
}

.wt-rotator .thumbnails li div
{
    position: relative;
    height: 34px;
    top: 180px;
    left: 0px;
    width: 700px;
}

#rotator-tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
#rotator-tooltip.txt-up
{
    margin-left: -10px;
    margin-bottom: 5px;
    background: url(assets/vtip.png) no-repeat;
    background-position: 10px bottom;
    /*background-position-x: 10px;
    background-position-y: bottom;*/
}
#rotator-tooltip.txt-down
{
    margin-left: -10px;
    margin-top: 24px;
    background: url(assets/vtip.png) no-repeat;
    background-position: 10px top;
    /*background-position-x: 10px;
    background-position-y: top;*/
}
#rotator-tooltip .tt-txt
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    max-width: 300px;
    padding: 4px;
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;*/
    margin: 8px 0;
}
#rotator-tooltip img
{
    display: none;
    padding: 3px;
    margin: 8px;
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;*/
}
.wt-rotator .s-prev, .wt-rotator .s-next
{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(assets/large_buttons.png) no-repeat;
    z-index: 8;
}
.wt-rotator .s-prev
{
    left: 0;
    background-position: 0 0;
}
.wt-rotator .s-next
{
    left: 100%;
    margin-left: -30px;
    background-position: -30px 0;
}

.wt-rotator .block, .wt-rotator .vpiece, .wt-rotator .hpiece
{
    position: absolute;
    z-index: 2;
}

.divText
{
}
