$(function(){
	$(".scrollable").scrollable({
			circular : true,
			speed	 : 1000
		}).navigator({
			navi: ".scrollable_tabs",
			history: true
		}).autoscroll({
			interval	: 4000
		});
	
	$(".testimonials_scrollable").scrollable({
		circular : true,
		speed	 : 1000,
		next	 : '.next_testimonial',
		prev	 : '.prev_testimonial'
	});
	
	$(".screenshots_scrollable").scrollable({
		circular : true,
		speed	 : 1000,
		next	 : '.screenshots_next',
		prev	 : '.screenshots_prev'
	});
});
