
(function(){$(window).load(function(){var carousel=$("#jsCarousel");var allItems=$("#jsCarousel .Item");var $infoPanel=$("#jsCarousel #InfoPanel");var $whiteBox=$("#jsCarouselWhiteBox");var c=jsCarousel({container:carousel,itemSelector:".Item",animate:true,duration:"slow",pathFn:function(t){return GetEllipsePos(492,200,330,65,t);},initialItem:0,layoutFn:function(layoutData){ScaleItemByDepthTheta(layoutData);layoutData.item.find(".Darkener").css("opacity",(layoutData.depthTheta/1.3));},onActivateItem:function(item){$infoPanel.html("");var $infoContent=$("#"+item.attr("id")+"Info");$infoPanel.append($infoContent.clone().removeClass("hidden"));$infoPanel.animate({top:349},"fast","swing");allItems.addClass("Selectable");item.removeClass("Selectable");},onDeactivateItem:function(item){$infoPanel.animate({top:500},{duration:"fast",complete:function(){carousel.dequeue();}});}});$whiteBox.animate({opacity:0.0},"slow",null,function(){$(this).remove();});});}());
