var siteURL = 'http://www.heldring.nl/';

var currSpan;
jQuery(function($) {
	$("#carousel").html($("#holder_images").html()).carousel3d( {control: 'continuous', centerY:$('#carousel').offset().top+40, perspective:60, fadeEffect:1, radiusX:200, radiusY:50, textBox:0, centerX: $('#carousel').offset().left + $('#carousel').width()/2 - 40} ); 
});

