jQuery plugin to replace a default browser scrollbar
$.scrollbar({
scrollpane: $('element_1'), // parent element
scrollcontent: $('element_2') // inner content
});Parent element of the content which you want to scroll must have 'position: "relative" or "absolute"'.