jQuery(function($) {
			$("#carousel")
			.html($("#home_links").hide().html())
			.carousel3d({ 
				fadeEffect: 0, 
				perspective:1000000,
				control: 'continuous', 
				radiusY: 100, 
				speed: 1, 
				radiusX: 150,
				centerX:150,// $('#carousel').width()/2 ,
				centerY:100 // $('#carousel').height()/2 
			}); 
});
