@CHARSET "CP1251";

.image_carousel {
    padding: 0 0 0 25px;
    position: relative;
}

#foo2 {
    width: 500px;
}

.image_carousel_farm {
    padding: 5px 0 0 0;
    position: relative;
}

#farm {
    width: 90px;
    height: 600px;
}

.image_carousel_farm .item_farm {
    padding: 0 5px;
    margin: 0 6px;
    float: left;
    width: 100px;
    text-align: center;
}

.image_carousel .item {
    padding: 0 2.5px;
    margin: 0 10px;
    float: left;
    width: 100px;
    text-align: center;
}

a.prev, a.next {
    background: url(../images/main/miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 35px;
}

a.prev {
    left: -8px;
    background-position: 0 0;
}

a.prev:hover {
    background-position: 0 -50px;
}

a.prev.disabled {
    background-position: 0 -100px !important;
}

a.next {
    right: -8px;
    background-position: -50px 0;
}

a.next:hover {
    background-position: -50px -50px;
}

a.next.disabled {
    background-position: -50px -100px !important;
}

a.prev.disabled, a.next.disabled {
    cursor: default;
}

a.prev span, a.next span {
    display: none;
}

.clearfix {
    float: none;
    clear: both;
}