$(function() {
	$(".scrollable1").scrollable({
		vertical: true,
		mousewheel: true,
		circular: true,
		speed: 1200
	}).autoscroll({ autoplay: true, interval: 4000 });

	$(".scrollable2").scrollable({
		vertical: true,
		mousewheel: true,
		circular: true,
		speed: 1200
	}).autoscroll({ autoplay: true, interval: 4000 });
	
	$(".scrollable3").scrollable({
		vertical: true,
		mousewheel: true,
		circular: true,
		speed: 1200
	}).autoscroll({ autoplay: true, interval: 4000 });
	
	$(".scrollable4").scrollable({
		vertical: true,
		mousewheel: true,
		circular: true,
		speed: 1200
	}).autoscroll({ autoplay: true, interval: 4000 });
});


var showsTabbedPanels = new Spry.Widget.TabbedPanels("showsTabbedPanels");
start_slideshow();
