$(function() 
{
	var horizontal = $(".scrollable").scrollable({easing: 'swing', speed: 800, circular: true, items: '.items'}).autoscroll({ autoplay: true, interval: '6000' }).navigator(".slidernavigation");
	horizontal.eq(0).data("scrollable").focus();
});
