$(document).ready(function() {



});
$(window).bind('load', function() {
//alert("hey");
     $('#scroller').show();
   $('#scroller').jScrollPane({showArrows:false, scrollbarWidth: 13});
   $('.scrolla').show();
   $('.scrolla').jScrollPane({showArrows:false, scrollbarWidth: 13});
});

