.l-rotator{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#ddd;
border:1px solid #ddd;
position:relative;
width:960px;
height:280px;
overflow:hidden;
}
.l-rotator a{
outline:none;
}
.l-rotator .screen{
position:relative;
top:0;
left:250px;
width:660px;
height:200px;
overflow:hidden;
}
.l-rotator .main-img{
display:none;
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
}
.l-rotator .textbox{
position:absolute;
color:#FFF;
z-index:4;
overflow:hidden;
visibility:hidden;
}
.l-rotator .inner-bg{
position:relative;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
-moz-opacity:.90;
filter:alpha(opacity=90);
opacity:.9;
z-index:0;
}
.l-rotator .inner-text h3{
font-size: 16px; 
color: #fff;
line-height: 16px;
}
.l-rotator .inner-text{
position:absolute;
top:0;
left:0;
padding:0px 10px;
width:auto;
height:auto;
z-index:1;
font-size: 14px;
}
.l-rotator .timer{
position:absolute;
top:0;
left:0;
height:3px;
background-color:#FFF;
-moz-opacity:.5;
filter:alpha(opacity=50);
opacity:.5;
z-index:5;
visibility:hidden;
font-size:0;
}
.l-rotator .cpanel{
position:absolute;
margin:5px;
z-index:6;
visibility:hidden;
background:#0d4167;
}
.l-rotator .play-btn{
position:relative;
float:left;
width:22px;
height:22px;
background:url(assets/rotator_icons.png) -5px center no-repeat;
cursor:pointer;
z-index:1;
}
.l-rotator .play-btn.pause{
background-position:-21px center;
}
.l-rotator .num-info{
position:relative;
float:left;
height:22px;
line-height:22px;
padding:0 4px;
text-align:center;
color:#FFF;
z-index:1;
white-space: nowrap;
}
.l-rotator .preloader{
position:absolute;
top:50%;
left:50%;
width:34px;
height:34px;
margin-top:-17px;
margin-left:-17px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:#000 url(assets/loader.gif) no-repeat center;
background:rgba(0,0,0,.7) url(assets/loader.gif) center no-repeat;
z-index:7;
}
.l-rotator .thumbnails{
position:absolute;
top:0;
right:0;
width:300px;
height:280px;
overflow:hidden;
z-index:10;
}
.l-rotator .thumbnails ul{
list-style:none;
position:absolute;
top: 0 !important;
left:0;
height:999999px;
margin:0;
padding:0;
}
.l-rotator .thumbnails li{
position:relative;
display:block;
float:left;
clear:both;
}
.l-rotator .thumbnails li a{
display:none;
}
.l-rotator .thumbnails li div{
position:relative;
display:none;
color:#FFF;
background-color:#000;
}
.l-rotator #right-arrow,
.l-rotator #left-arrow{
position:relative;
display:block;
float:left;
width:12px;
}
.l-rotator #right-arrow{
background:url(assets/rotator_icons.png) -43px center no-repeat;
background: transparent;
}
.l-rotator #left-arrow{
background:url(assets/rotator_icons.png) 7px center no-repeat;
background: transparent;
}
.l-rotator .thumbnails .thumb{
position:relative;
display:block;
float:left;
cursor:default;
width:309px;
height: 29px;
padding:5px;
color:#000;
background:#EEE;
background:-moz-linear-gradient(top, #FFF, #EEE);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); 
border-color:#CCC;
border-style:solid;
border-width:0 0 1px 0;
overflow:hidden;
cursor: hand;
}
.l-rotator .thumb img{
display:block;
float:left;
padding-right:5px;
}
.l-rotator .thumb p{
position:relative;
display:block;
overflow:hidden;
margin:0;
font-size:14px;
line-height: 130%;
}
.l-rotator .thumbnails li.selected{
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
.l-rotator .thumbnails li.square{
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
border-radius:0 !important;
}
.l-rotator .thumbnails li.selected,
.l-rotator .thumbnails li.selected .thumb{
background:#333 !important;
background:-moz-linear-gradient(top, #3882c3, #0d4167) !important;
background:-webkit-gradient(linear, left top, left bottom, from(#3882c3), to(#0d4167)) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3882c3', EndColorStr='#0d4167') !important;
}
.l-rotator .thumbnails li.selected .thumb{
color:#FFF;
border-left:none;
border-right:none;
border-bottom:1px solid #333;
cursor:default;
}
.l-rotator .thumbnails li:hover .thumb{
background:#DDD;
}
.l-rotator .scrollbar{
position:relative;
width:4px;
height:100%;
overflow:hidden;
visibility:hidden;
}
.l-rotator .knob{
position:absolute;
top:0;
left:0;
width:4px;
background-color:#333;
-moz-opacity:.75;
filter:alpha(opacity=75);
opacity:.75;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
.l-rotator .btn-pane{
position:absolute;
top:0;
left:0;
width:100%;
height:24px;
background:url(assets/spacer.png) no-repeat;
z-index:2;
visibility:hidden;
}
.l-rotator .up-btn,
.l-rotator .down-btn{
position:absolute;
top:0;
left:50%;
width:60px;
height:24px;
margin-left:-30px;
background:#DDD url(assets/rotator_icons.png) no-repeat;
background:rgba(221,221,221,0.7) url(assets/rotator_icons.png) no-repeat;
}
.l-rotator .up-btn{
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
background-position:center 7px;
}
.l-rotator .down-btn{
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
background-position:center -27px;
}
.l-rotator .block,
.l-rotator .vpiece,
.l-rotator .hpiece{
position:absolute;
z-index:2;
}
.l-rotator .strip{
display:block;
position:absolute;
top:0;
left:0;
z-index:0;
overflow:hidden;
}
.l-rotator .content-box{
display:none;
position:absolute;
top:0;
left:0;
overflow:hidden;
}