.wt-rotator {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
position : relative;
overflow : hidden;
width:600px; height:308px;
background : url(/rotator/black.gif) no-repeat;
}
.wt-rotator a {
outline : none;
}
.wt-rotator .screen {
position : relative;
top : 0;
left : 0;
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;
background : #000 url(/rotator/assets/loader.gif) no-repeat center;
z-index : 4;
display : none;
}
.wt-rotator #timer {
position : absolute;
left : 0;
height : 2px;
background-color : #fff;
z-index : 4;
visibility : hidden;
font-size : 0;
}
.wt-rotator .desc {
color : #000;
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 : 100%;
background-color : #000;
z-index : 0;
}
.wt-rotator p {
margin : 0;
padding : 0;
background-color : #000;
z-index : 0;
}
.wt-rotator .inner-text {
position : absolute;
top : 0;
left : 0;
padding : 3px 7px;
width : auto;
height : auto;
z-index : 1;
}
.wt-rotator .c-panel {
position : absolute;
top : 0;
z-index : 7;
visibility : hidden;
}
.wt-rotator .outer-hp, .wt-rotator .outer-vp {
position : absolute;
}
.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 .thumbnails, .wt-rotator .buttons {
display :block;
position : relative;
margin-top : 1px;
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 {
position : relative;
list-style : none;
width:10px; height:10px;
float : left;
overflow : hidden;
text-align : center;
color : #000;
background-color : #000;
border : 1px solid #cbc4b6;
cursor : pointer;
font-weight : bold;
background-repeat : no-repeat !important ;
background-position : center;
}

.wt-rotator .thumbnails li.thumb-over {
color :#fff;
background-color : #ffffff;
}
.wt-rotator .thumbnails li.curr-thumb {
color : #b24347;
background-color : #b24347;
cursor : default;
}
.wt-rotator .thumbnails li * {
display : none;
}
.wt-rotator .thumbnails li div {
position : relative;
color : #fff;
background-color : #000;
width : auto;
height : auto;
}
.wt-rotator .button-over {
background-color : #fff;
}
.wt-rotator .play-btn {
display:block;
height : 10px; width:10px;
background : #000 url(assets/play.png) 1px 1px;
}
.wt-rotator .play-btn.button-over {
height : 10px; width:10px;
background : #ffcc00 url(assets/playo.png) 1px 1px;
}
.wt-rotator .pause {
height : 10px; width:10px;
background : #000 url(assets/pause.png) 1px 1px;
}
.wt-rotator .pause.button-over {
height : 10px; width:10px;
background : #ffcc00 url(assets/pauseo.png) 1px 1px;
}
.wt-rotator .block, .wt-rotator .vpiece, .wt-rotator .hpiece {
position : absolute;
z-index : 2;
}
h1, .wt-rotator .title {
font-family : 'Goudy Old Style', Goudy, Garamond, Georgia;
font-size : 14px;
font-weight : bold;
color : #b24347;
margin : 0;
padding : 0;
}
.sscontainer {
padding : 4px;
border-width : 1px;
border-style : solid;
position : absolute;
width : 600px;
height : 308px;
}
.wt-rotator {
position : absolute;
top : 4px;
left : 4px;
position : absolute;
height : 308px;
} 