jQuery(document).ready(function($) {
	$( '#slide-scroll' ).scrollable({
		circular: true
	}).navigator().autoscroll({ interval: 6000 });
});


