$(window).ready(function() {
	mCustomScrollbars();
});

function mCustomScrollbars(){
	$('#ScrollArea').mCustomScrollbar("vertical",400,"easeOutCirc",1.05,"auto","yes","yes",10);			   
}

$.fx.prototype.cur = function(){
    if ( this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null) ) {
      return this.elem[ this.prop ];
    }
    var r = parseFloat( jQuery.css( this.elem, this.prop ) );
    return typeof r == 'undefined' ? 0 : r;
}

