#carousel-placeholder {
    display: block;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: auto;
}

#promo {
    bottom: 35px;
    position: fixed;
    right: 80px;
    width: 195px;
    height: 150px;
}

@media (max-width: 1280px) {
    #carousel-placeholder {
        position: fixed;
        left: 0;
    }
    #promo {
        right: 0px;
    }
}
@media (max-width: 768px) {
    #carousel-placeholder {
        display:none;
    }
}

.cycle-slideshow {
    position: relative;
    overflow: hidden;
    width: 150px;
    margin: 0 auto;
    float: none;
}

.main_gal_prev {
    background-image: url("../img/sprites/gallery-arrows/button-prev.png");
    width: 17px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 58px;
    cursor: pointer;
}

.main_gal_next {
    background-image: url("../img/sprites/gallery-arrows/button-next.png");
    width: 17px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    background-position: 0 -35px;
    position: absolute;
    top: 58px;
    right: 5px;
    cursor: pointer;
}

.button-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    margin-top: -10px;
}

.button-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}

.button-pager span.cycle-pager-active {
    color: #a3a3a3;
}

.button-pager > * { 
    cursor: pointer;
}

