$(window).load(function(){	
	$('.scroll-pane').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});
	$('#tm_li_4').addClass('selected');
});