// jquery slider (startseite)$(function() {    	$("div.scrollable").scrollable().circular().autoscroll({autoplay: true, interval: 8000, api: true, size: 4, autopause: true}).mousewheel(); }); 
