$(function(){var n={slideDuration:3500,BgZoom:"108%",ForegroundEndPos:"40px",easing:"easeOutCubic",slides:[{background:"cargo-hold-logistics.jpg",foreground:"shipping-company-staff-1.png",person:{direction:"left",margin:20}},{background:"bullant-innovation-1.jpg",foreground:"trucking-company-staff-1.png",person:{direction:"left",margin:20}},{background:"shipping-image-1.jpg",foreground:"shipping-staff-2.png",person:{direction:"right",margin:220}},{background:"freight-freight-plane.jpg",foreground:"freight-cargo-staff-1.png",person:{direction:"left",margin:20}}]},i=0,r=$(".carousel"),u=r.find(".background"),t=r.find(".foreground"),o=r.find(".triangle-blue"),s=r.find(".triangle-dark-blue"),f=!1,e=function(r){var f,e,h;i=r,$(".pagination img").attr("src","content/images/dot-yellow.png"),$(".pagination img:nth-child("+(r+1)+")").attr("src","content/images/dot-blue.png"),u.stop(),u.css({width:"100%"}),t.stop(),t.css({opacity:0}),o.css("marginRight","-450px"),s.delay(500).css("marginRight","-450px"),f=n.slides[r],u.attr("src","content/images/animated-banner/"+f.background),u.animate({width:n.BgZoom},n.slideDuration,n.easing),t.attr("src","content/images/animated-banner/"+f.foreground),e={opacity:1},h={};switch(f.person.direction){case"left":t.css({left:"auto",right:"0"}),e.right=f.person.margin+"px",h.right=f.person.margin+100+"px";break;case"right":t.css({left:"0",right:"auto"}),e.left=f.person.margin+"px",h.left=f.person.margin+100+"px"}t.animate(e,4e3,"easeOutCirc"),o.animate({marginRight:0},3e3,n.easing),s.animate({marginRight:0},3e3,n.easing)},h=function(){return i>=n.slides.length-1?0:i+1},l=function(n){clearInterval(f),f=!1,e($(n.currentTarget).index())},c=function(){f||(f=setInterval(function(){e(h())},n.slideDuration+2e3))};$(".pagination img").click(l),$(".carousel").mouseleave(function(){c(h())}),e(i),c()})