
var __a3={portfolio:{init:function(){$('<img src="images/ajax-loader.gif" alt="Loading content" id="loader">').insertBefore($('#carousel-panel'));var btns='<div id="jc-nav"><a href="#" title="Previous" id="carousel-prev">'+'<img src="images/carousel-prev.gif"></a>'+'<a href="#" title="Next" id="carousel-next">'+'<img src="images/carousel-next.gif"></a></div>';$(btns).insertBefore($('footer'));$('#client-carousel li').css({height:'150px',position:'relative',overflow:'hidden'});$('#client-carousel li a').css({height:'150px',position:'absolute'}).click(function(e){var url=$(this).attr('href')+' #ajax-content ul';$('#carousel-panel ul').fadeOut('150',function(){$('#loader').show();$('#carousel-panel ul').remove();$('#carousel-panel').load(url,function(){$('#loader').fadeOut('150');$('#carousel-panel').fadeIn(150);carouselLoad();});});e.preventDefault();});$('#client-carousel ul li').hover(function(){$(this).children('p').animate({bottom:'0'},{duration:300,easing:'easeOutExpo'});},function(){$(this).children('p').animate({bottom:'-200px'},{duration:300,easing:'easeOutExpo'});});$("#carousel-panel ul").carouFredSel({width:940,height:480,items:{visible:1,width:940,height:480},scroll:{easing:"easeOutExpo",pauseOnHover:true},auto:{pauseDuration:6000}});$("#client-carousel").carouFredSel({width:940,height:340,items:{visible:1,width:940,height:470},scroll:{easing:"easeOutExpo",pauseOnHover:true},auto:false,prev:"#carousel-prev",next:"#carousel-next"});function carouselLoad(){$('#carousel-panel').append('<div id="jc-top-nav"><a href="#" title="Previous" id="carousel-top-prev"><img src="images/carousel-top-prev.gif"></a><a href="#" title="Next" id="carousel-top-next"><img src="images/carousel-top-next.gif"></a></div>');$("#carousel-panel ul").carouFredSel({width:940,height:480,items:{visible:1,width:940,height:480},scroll:{easing:"easeOutExpo",pauseOnHover:true},auto:{pauseDuration:6000},prev:"#carousel-top-prev",next:"#carousel-top-next"});$('#jc-top-nav').hide();$('.banner-copy-wrap').css({bottom:'-80px',opacity:'0.8'});$('#carousel-panel').mouseenter(function(){$('#jc-top-nav').fadeTo('250',0.5);$('.banner-copy-wrap').animate({bottom:'0'},{duration:300,easing:'easeOutExpo'});});$('#carousel-panel').mouseleave(function(){$('#jc-top-nav').fadeTo('250',0);$('.banner-copy-wrap').animate({bottom:'-80px'},{duration:300,easing:'easeOutExpo'});});}}},home:{init:function(){if($("#carousel-panel ul li").length>1){$("#carousel-panel ul").carouFredSel({width:940,height:470,items:{visible:1,width:940,height:470},scroll:{easing:"easeOutExpo",pauseOnHover:true},auto:{pauseDuration:6000}});}}},production:{init:function(){$("#production-carousel ul").carouFredSel({width:460,height:460,items:{visible:1,width:460,height:460},scroll:"easeOutExpo",auto:{pauseDuration:6000,items:1}});}}}
