#slideScene {width: 802px; height: 204px;}
.sliderScenes {list-style-type: none;}
#prevBtn, #nextBtn {
    display: block;
    position: absolute;
    width: 33px;
    height: 44px;
    z-index: 1000;
    top: 280px;
}
#prevBtn {
    left: 148px;
}
#nextBtn {
    right: 158px;
}
#prevBtn a, #nextBtn a {
    display: block;
    width: 33px;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
}
#prevBtn a {
    background: url("/modules/homepage/images/prev.png") no-repeat scroll 0 0 transparent;
}
#nextBtn a {
    background: url("/modules/homepage/images/next.png") no-repeat scroll 0 0 transparent;
}
