var siteURL = 'http://mps.trioinc.net/';
Shadowbox.loadSkin('classic', siteURL + 'js/shadowbox/skin');
Shadowbox.loadLanguage('en', siteURL + 'js/shadowbox/lang');
Shadowbox.loadPlayer(['img','html','iframe'],  siteURL + 'js/shadowbox/player');
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} ); 
	$("#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();
});
