try {
	var siteURL = 'http://www.dsfashion.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:0, textBox:0, centerX: $('#carousel').offset().left-80 + $('#carousel').width()/2 - 40} ); 
		$("#buttonwrapper").css({top:$('#carousel').offset().top+250, left:$('#carousel').offset().left + $('#carousel').width()/2 - 40});
		$("#carousel img").bind('mouseover',function(){ 
			$(currSpan).css({display:'none'});																							 
			$("span#"+this.id+"_txt").css({display:'block',color:'black', top:$('#carousel').offset().top + 200, left:$('#carousel').offset().left - 30, width:$('#carousel').width()+50, textAlign:'center', overflow:'hidden', position:'absolute', zIndex:2});																							 
			currSpan = "span#"+this.id+"_txt";
		});
		//Shadowbox.init();
	});
} catch (e) {
	//ignore
}
