#scroller {
    width: 883px;
    height: 182px;
    /*overflow: hidden;*/
    position: relative;
    z-index: 0;
}
#scroller_content {
    margin-left: 20px;
    margin-right: 23px;
    position: relative;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
}
#scroller_content_inside {
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#scroller_prev {
    position: absolute;
    left: 2px;
    top: 65px;
    width: 20px;
    height: 20px;
    background: url(../pictures/bejczislider_bal.gif) center center no-repeat;
    cursor: pointer;
    z-index: 0;
}
#scroller_next {
    position: absolute;
    right: 2px;
    top: 65px;
    width: 20px;
    height: 20px;
    background: url(../pictures/bejczislider_jobb.gif) center center no-repeat;
    cursor: pointer;
    z-index: 0;
}
.scroller_element {
    width: 120px;
    height: 190px;
    overflow: hidden;
    white-space: normal;
    z-index: 0;
    cursor: pointer;
}
.scroller_element_inner {
    padding-top: 10px;
    z-index: 0;
}
