//function scrollDivByMouse(event, delta) {
//    // var dir = delta > 0 ? 'Up' : 'Down',
//        // vel = Math.abs(delta);
//    // $(this).text(dir + ' at a velocity of ' + vel);
//    var dir = delta > 0 ? '-=20' : '+=20';
//    $('#scrollbox').scrollTo(dir, 0);
//    return false;
//}

//$(document).ready(function() {
//    //$('#scrollbox').mousewheel(scrollDivByMouse);
//    $('.scroll_pane').jScrollPane({animateTo:true, animateInterval:50, animateStep:5, showArrows:false});
//});
