#scroller {
    width: 940px;
    height: 180px;
    /*overflow: hidden;*/
    position: relative;
    /*background-color: #F6F6F6;*/
}
#scroller_content {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#scroller_content_inside {
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
}
#scroller_prev {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 20px;
    height: 40px;
    background: url(http://korektauto.hu/bal.png) center center no-repeat;
    cursor: pointer;
}
#scroller_next {
    position: absolute;
    right: 10px;
    top: 70px;
    width: 20px;
    height: 40px;
    background: url(http://korektauto.hu/jobb.png) center center no-repeat;
    cursor: pointer;
}
.scroller_element {
    width: 120px;
    height: 180px;
    overflow: hidden;
    white-space: normal;
    cursor: pointer;
}
.scroller_element_inner {
    padding-top: 0px;
}
