// Dropdown code - Requires classes dropdown-menu on the anchor, dropdown-list on the dropdown nav
	var timer;
	var current;
	
	// Styled scrollbar init.
	$(function()
	{
		$('.scroll-pane').jScrollPane({showArrows: true});
	});
