	jQuery(function(){
		jQuery('#skd_roundabout').roundabout({
			//bearing: 0.8,
			//startingChild: 2, // the third box, so: 0, 1, *2*
			btnNext: '#btnNext',
			btnPrev: '#btnPrev',
			tilt: 0.2,
			minZ: 0,
			maxZ: 50,
			duration: 1200, // in milliseconds, of course
			minScale: 0.4,
			maxScale: 1.0
		});
	});

