jQuery(function($) {
	$("#carousel").html($("#holder_images").html()).carousel3d({ control: 'mouse', speed: 1, fadeEffect: 1, centerX: $('#carousel').offset().left + $('#carousel').width()/2 }); 
});