/* Tiny Carousel */
.slider1 { height: 1%; overflow: hidden; }
.slider1 .viewport {width: 200px;float: right; height: 93px; overflow: hidden; position: relative; }
.slider1 .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
.slider1 .next {
    margin: 30px 0 0 10px;
}
.slider1 .buttons:hover {
    color: #C01313;
    background: #fff;
}
.slider1 .disable { visibility: hidden; }
.slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 200px; left: 0; top: 0; }
.slider1 .overview li { float: left; height: 91px; width: 195px; }

.bullets {
    width: 65%;
    float: right;
    overflow: hidden;
    list-style: none;
    clear: both;
        padding: 0;
}
.bullets li {
    float: left;
    margin: 1px 5px;
}
.bullet {
    border-bottom: solid 3px #C0C0C0 ;
    text-decoration: none;
    padding: 10px 5px;
    width: 8px;
    height: 3px;
    display: block;
    
}
.bullet.active {
    color: #fff;
    border-bottom: solid 3px #C80200 ;
}

/* Tiny Carousel */
#slider2 {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}

#slider2 .viewport {
    height: 190px;
    overflow: hidden;
    position: relative;
}

#slider2 .buttons {
    background: #C01313;
    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;
}

#slider2 .next {
    right: 0;
    left: auto;
    top: 50%;
}

#slider2 .buttons:hover {
    color: #C01313;
    background: #fff;
}

#slider2 .disable {
    visibility: hidden;
}

#slider2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 590px;
    left: 0;
    top: 0;
}

#slider2 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 191px;
    width: 590px;
 }
