$(function(){
	$('.left_div').jScrollPane({showArrows:true,scrollbarWidth:12});
	$('.right_div').jScrollPane({showArrows:true,scrollbarWidth:12});
	$('.guest_div').jScrollPane({showArrows:true,scrollbarWidth:12});
});