$(document).ready(function() 
	{
		$('div.scrollable').scrollable({hoverClass: 'hover', size: 1}).circular().autoscroll(
			{
				steps: 1,
				interval: 5000
			}
		);
	
	}
);


			
			/*jQuery(function() 
			{
				$('.scroll').jScrollPane({showArrows:false, scrollbarWidth: 10});
			});*/
			
