﻿/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    margin: 0 auto;
}

.scroll-box {
  position: relative;
    padding: 0 30px;
    overflow: hidden;
}

.wb-marquee {
    height: 172px;
}

.wb-marquee-items {
    height: 172px;
}

.wb-marquee-items li {
    width: 200px;
    height: 172px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
    display: block;
    width: 187px;
    height: 144px;
    margin: 0 auto;
}

.wb-marquee-items a {
    font-size: 13px;
    color: #666;
    line-height: 28px;
}
.wb-right-btn,
.wb-left-btn{
  position: absolute;
  top: 40%;
  margin-top: -25px;
  width: 26px;
  height: 50px;
}
.wb-right-btn{
  right: 0;
}
.wb-left-btn{
  left: 0;
}