
a img{ border:0 none;}
.wt-scroller{
position:relative;	
display:block;
font-family:Arial,Helvetica,sans-serif;
width:950px !important; height:auto; float:left; padding:20px 0;
background-color:#fff;

height:120px !important;
/*height:170px !important;*/
border:1px solid #c2c2c2;

}
.wt-scroller .slides{
position:relative;
width:800px !important;
height:100px !important;
float:left;
overflow:hidden;
margin-top:25px !important;

z-index:1;
}
.wt-scroller .slides ul{
list-style:none;
position:relative;
width:99999px;
margin:0;
padding:0;
z-index:0;
overflow:hidden;
}
.wt-scroller .slides li{
position:relative;
display:block;
float:left;
overflow:hidden;
width:133px;
border:1px solid #afafaf !important;
margin:0 30px 0 0 !important;
padding:0 !important;
height:90px !important;
/*margin-top:20px !important;*/

}
.wt-scroller .slides li img{
position:absolute;
top:0;
left:0;
z-index:0;
width:133px; height:90px;
border:0 none;
}
.wt-scroller .slides li p{
position:absolute;
top:0;
left:0;
z-index:1;
color:#FFF;
font-size:12px;	
width:290px;
padding:5px;
margin:0;
visibility:hidden;
}

.wt-scroller .prev-btn,
.wt-scroller .next-btn{
float:left;
position:relative;
width:71px;
height:110px;	
cursor:pointer;
border:0 none;
margin:20px 0 0 0;
}
.wt-scroller .prev-btn{
background:url(../images/arrow_left.png) center no-repeat;
}
.wt-scroller .next-btn{
background:url(../images/arrow_right.png) center no-repeat;
}
.wt-scroller .prev-btn.off,
.wt-scroller .next-btn.off{
-moz-opacity:.5;
opacity:.5;
filter:alpha(opacity=50);
cursor:default;
}
.wt-scroller .lower-panel{
display:block;
position:relative;
clear:both;
text-align:center;
font-size:0;
}
.lower-panel{width:800px !important; padding:0px 35px 0 70px !important;}
.wt-scroller .scroll-bar{
position:relative;
background-color:#999;
background:-moz-linear-gradient(top, #999 0%, #666 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#666));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666', GradientType=0);
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
width:100%;
height:5px;
cursor:pointer;
overflow:hidden;
}

.wt-scroller .thumb{
position:absolute;
top:0;
left:0;
width:100px;
height:5px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background-color:#FFF;
background:-moz-linear-gradient(top, #FFF 0%, #CCC 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
}
.wt-scroller .thumb:active{
background-color:#EEE;
background:-moz-linear-gradient(top, #CCC 0%, #FFF 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#FFF));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF', GradientType=0);
}
