.wt-scroller{
position:relative;	
display:block;
width:100%!important;
height:365px;
padding-top:10px;
}
.wt-scroller .slides{
position:relative;
width:100%;
height:400px;
float:left;
overflow:hidden;
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 ul li{
position:relative;
display:block;
padding: 0!important;
float:left;
width:263px;
height:365px;
}
.wt-scroller .slides ul li a.catalogue_index_img {
display: block;
height: 290px;
z-index: 3;
position: relative;
border: 5px solid transparent;
}
.wt-scroller .slides ul li a.catalogue_index_img:hover {
-webkit-transition: border 0.4s ease-out; border: 5px solid #f35c93;
}
.wt-scroller .slides ul li img{

z-index:0;
border:0;
}
.wt-scroller .outside{
}
.wt-scroller .inside{
}
.wt-scroller .prev-btn,
.wt-scroller .next-btn{
float:left;
display: none;
position:absolute;
z-index: 50;
top: 50%;
margin-top: -22px;
width:42px!important;
height:42px!important;	
cursor:pointer;
border: solid 4px #f5f5f5;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
.wt-scroller .prev-btn{
    background: #6cc008 url('../../images/ico_arrow_11x18.gif') 14px 12px no-repeat;
    left: -22px;
}
.wt-scroller .next-btn{
    background: #6cc008 url('../../images/ico_arrow_11x18.gif') 17px -88px no-repeat;

    left: 765px;
}

.red .wt-scroller .prev-btn{
    background: #cc081b url('../../images/ico_arrow_11x18.gif') 14px 12px no-repeat;
    left: -22px;
}
.red .wt-scroller .next-btn{
    background: #cc081b url('../../images/ico_arrow_11x18.gif') 17px -88px no-repeat;

    left: 765px;
}
.wt-scroller .lower-panel{
display:block;
position:relative;
clear:both;
background: #ffffff;
width:100%!important;
padding: 0!important;
text-align:center;
font-size:0;
}
.wt-scroller .scroll-bar{
position:relative;
border: 1px dashed #d5d5d5;
width:353px!important;
-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
padding: 0px 1px 1px 1px!important;
margin: 0 auto 10px auto;
height:19px;
display: none;
cursor:pointer;
overflow:hidden;
}
.wt-scroller .thumb{
position:absolute;
top:0;
left:0;
background: url('../../images/slider.png') 0 0 no-repeat;
width:214px!important;
height:19px;
}
.wt-scroller .index,
.wt-scroller .index-hl{
position:relative;
display:inline-block;
width:7px;
height:7px;
margin:0 4px;
}
.wt-scroller .index{
background-position:0 0;
cursor:pointer;
}
.wt-scroller .index-hl{
background-position:-7px 0;
cursor:default;
}
