		jQuery(function($) {
			$("#carousel").html($("#holder_images").html()).carousel3d({
				control: 'continuous',
				 fadeEffect: 0,
				 radiusY:40,
				 perspective:60,
			padding:70,
				 speed:1,
				 centerX: $('#carousel').offset().left + $('#carousel').width()/2.4,
				 centerY: 670
			});
		});
		//$('#carousel').offset().left + $('#carousel').width()/2.4,