.smallScroll {
    position: relative;}
.sPrev, .sNext{
    float: left;
    display: block;
    width: 48px;
    height: 48px;}
.sPrev {background:url(images/left.png) no-repeat center 0;position: absolute;
    left: 40px;
    bottom: 10px;}
.sNext {background:url(images/right.png) no-repeat center 0;position: absolute;
    right: 45px;
    bottom: 10px;}
