﻿$(function(){
    $('#flyDrivePrices').jScrollPane({
        scrollbarWidth: 22,
        showArrows: true,
        arrowSize: 15,
        animateTo: true,
        resize: false,
        dragMaxHeight: 10,
        dragMinHeight: 10
    });
});