$(function()
{
    $('.jScrollBar').jScrollPane(
        {
            scrollbarOnLeft: true,
            showArrows: true,
            scrollbarWidth: 7,
            reinitialiseOnImageLoad: true
        }
    );
});



