$(function() {
	var tuned = $(".beonoGlobus").beonoGlobus({ 
	rotateLeftButton : "div.beonoGlobus-left", 
	rotateRightButton : "div.beonoGlobus-right", 
	mouseControl: false,
	keyboardControl: false,
	fadeInTime: 1000, 
	framesCount: 19, 
	currentFrame: 10,
	onReady: function () {
			this.rotateToFrame(0);
			var __instance = this;
			setTimeout(function () {
				__instance.setMouseControl(true);
				__instance.setKeyboardControl(true);
			}, 500);
		}
	});
});
