$(document).ready(function() {
//   $("body").niceScroll();  // The document page (body)
$("body").niceScroll({touchbehavior:false,cursorcolor:"#CC9",cursoropacitymax:1,cursorwidth:8,cursorborder:"1px solid #000",cursorborderradius:"7px",mousescrollstep:"24",scrollspeed:"200"}); // MAC like scrollbar

//    $("#boxscroll").niceScroll({cursorborder:"",cursorcolor:"#00F",boxzoom:true}); // First scrollable DIV
    
$("#boxscroll-news").niceScroll({touchbehavior:false,cursorcolor:"#CC9",cursoropacitymax:1,cursorwidth:8,cursorborder:"1px solid #000",cursorborderradius:"7px",mousescrollstep:"24",scrollspeed:"200"}); // MAC like scrollbar

$("#boxscroll-contents").niceScroll({touchbehavior:false,cursorcolor:"#CC9",cursoropacitymax:1,cursorwidth:8,cursorborder:"1px solid #000",cursorborderradius:"7px",mousescrollstep:"24",scrollspeed:"200"}); // MAC like scrollbar

//    $("#boxscroll2").niceScroll("#contentscroll2",{cursorcolor:"#F00",cursoropacitymax:0.7,boxzoom:true});  // Second scrollable DIV
//    $("#boxframe").niceScroll("#boxscroll3",{cursorcolor:"#0F0",cursoropacitymax:0.7,boxzoom:true});  // This is an IFrame (iPad compatible)
	
	
//    $("#boxscroll4").niceScroll("#boxscroll4 .wrapper",{boxzoom:true});  // The document page (body)

	
});
