$(document).ready(function() {	

	/* ### Startseite Bilder Scroller ### */ 
	if ($(".scrollable > div.items > div").length > 1) {
		$(".scrollable").scrollable(
			{
			speed:800,
			circular:true
			}
		).autoscroll(
			{ 
			autoplay: true,
			interval: 5000
			}
		);
	}
	
	
});
