$(window).load(function() {
					mCustomScrollbars();
				});
				
				function mCustomScrollbars(){
				
					$("#mcs3_container").mCustomScrollbar("vertical",900,"easeOutCirc",1.05,"auto","yes","no",0); 
				}
				
				/* function to fix the -10000 pixel limit of jquery.animate */
				$.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;
				}
