﻿$(function () {
    if (jQuery.browser.msie) //Custom scroll for IE. Fails in Chrome ans Firefox 
    {
        $('#content').jScrollPane({
            scrollbarWidth: 15,
            scrollbarMargin: 10
        });
    }
});

