/* Tiny Carousel */
.tcslider {
  height: 1%; 
  overflow: hidden;
  margin-bottom:20px;  
  padding: 0 0 10px; 
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(227,227,227)), color-stop(0.36, rgb(255,255,255)) );
  background-image: -moz-linear-gradient( center bottom, rgb(227,227,227) 0%, rgb(255,255,255) 36% );
}
.tcslider .viewport { float: left; overflow: hidden; position: relative; }
.tcslider .buttons {
    background: #dddddd;
    border-radius: 35px;
    display: block;
    margin: 140px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #888888;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
.tcslider .next {
    margin: 140px 0 0 10px;
}
.tcslider .buttons:hover {
    color: #C01313;
    background: #fff;
}
.tcslider .disable { visibility: hidden; }
.tcslider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
.tcslider .overview li { float: left; margin: 0 10px 0 10px; }
.tcslider .tcimage { display: block; margin-left: auto; margin-right: auto;}
.tcslider .tcimageproduct { display: block; margin-left: auto; margin-right: auto;height:102px; width:75px}
