/* Tiny Carousel */
/* #slider1 {
    height: 1%;
    margin: 40px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 130px 10px;
} */

#slider1 .viewport {
    height: 231px;
    overflow: hidden;
    position: relative;
    max-width: 989px;
    width: 100%;
}
@-moz-document url-prefix()
{
  #slider1 .viewport { 
    height: 252px !important; }
}
.ie10 #slider1 .viewport {
    height: 252px !important;
}
_:-ms-lang(x), #slider1 .viewport { 
    height: 252px !important;
  }

#slider1 .buttons1 {
   /* background: url(./img/slider_before.png);*/
    position: absolute;
        margin: 71px 0 0 -70px;
   /* border-radius: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;*/
}
.buttons2 {
    
    position: absolute;
        margin: -138px 0 0 1023px;

}



#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 194px;
   /* border: 1px solid #dcdcdc;*/
    width: 225px;
 }
/* @media screen and (max-width: 680px) {
 #slider1 .viewport{    max-width: 247px;}
} */
@media screen and (max-width: 445px) {
#slider1 .buttons1{margin: 71px 0 0 -50px;}
}