/* Tiny Carousel */
#emk {text-align:center}
#slider7 { overflow: hidden; margin-top:30px; display: inline-block}
#slider7 .viewport { float: left; width: 1090px; height: 672px; overflow: hidden; position: relative; }
#slider7 .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;
}
#slider7 .next {
    margin: 30px 0 0 10px;
}
#slider7 .buttons:hover {
    color: #C01313;
    background: #fff;
}
#slider7 .disable { visibility: hidden; }
#slider7 .overview { list-style: none; position: absolute; width: 1008px; left: 0; top: 0; }
#slider7 .overview li { float: left; border: 0px solid #dcdcdc; width: 1090px; }
