//jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery(".scroll-pane").each(function(){
		jQuery(this).jScrollPane({scrollbarWidth:12,showArrows:true});
	});
});

