$(document).ready(function() {
	//scrollbar
	$('.scroll').jScrollPane({dragMaxHeight:33,scrollbarWidth:11, scrollbarMargin:10});
});
