/*--------- slider ---------*/
#slider {
    width: 100%;
    height: 400px;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}

.slider-block {
    width: 1066px;
    position: absolute;
    left: 50%;
    margin-left: -533px;
}

.slider {
    width: 960px;
    height: 400px;
    margin: 0 auto;
}

.items {
    display: none;
}

.pagination {
    display: none;
}

.banner {
    background: url(banner.png) 0 0 repeat;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 690px;
    width: 270px;
    height: 400px;
    font-size: 11px;
    line-height: 22px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

    .banner > div {
        padding: 40px 30px 0px 40px;
    }

    .banner span {
        display: block;
        font-size: 35px;
        line-height: 42px;
        color: #353535;
        font-weight: bold;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .banner strong {
        display: block;
        font-size: 20px;
        line-height: 25px;
        color: #9f9fa6;
        font-weight: bold;
        font-family: 'Open Sans Condensed', sans-serif;
        margin-top: -3px;
    }

    .banner p {
        text-transform: uppercase;
        margin-top: 18px;
    }

    .banner a {
        margin-top: 52px;
    }

.prev {
    position: absolute;
    top: 180px;
    left: 0px;
    background: url(prev.gif) 0 0 no-repeat;
    width: 23px;
    height: 41px;
    z-index: 111 !important;
    display: inline-block;
}

    .prev:hover {
        background-position: 0 bottom;
    }

.next {
    position: absolute;
    top: 180px;
    right: 0px;
    background: url(next.gif) 0 0 no-repeat;
    width: 23px;
    height: 41px;
    z-index: 111 !important;
    display: inline-block;
}

    .next:hover {
        background-position: 0 bottom;
    }
