/*GANESH PLUGIN - JCAROUSELLITE 1.0.1 */(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,speed:200,easing:null,vertical:false,circular:true,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var b=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var c=$(this),ul=$("ul",c),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v-1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}var f=$("li",ul),itemLength=f.size(),curr=o.start;c.css("visibility","visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});c.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var g=o.vertical?height(f):width(f);var h=g*itemLength;var j=g*v;f.css({width:f.width(),height:f.height()});ul.css(sizeCss,h+"px").css(animCss,-(curr*g));c.css(sizeCss,j+"px");if(o.btnPrev)$(o.btnPrev).click(function(){return go(curr-o.scroll)});if(o.btnNext)$(o.btnNext).click(function(){return go(curr+o.scroll)});if(o.btnGo)$.each(o.btnGo,function(i,a){$(a).click(function(){return go(o.circular?o.visible+i:i)})});if(o.mouseWheel&&c.mousewheel)c.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll)});if(o.auto)setInterval(function(){go(curr+o.scroll)},o.auto+o.speed);function vis(){return f.slice(curr).slice(0,v)};function go(a){if(!b){if(o.beforeStart)o.beforeStart.call(this,vis());if(o.circular){if(a<=o.start-v-1){ul.css(animCss,-((itemLength-(v*2))*g)+"px");curr=a==o.start-v-1?itemLength-(v*2)-1:itemLength-(v*2)-o.scroll}else if(a>=itemLength-v+1){ul.css(animCss,-((v)*g)+"px");curr=a==itemLength-v+1?v+1:v+o.scroll}else curr=a}else{if(a<0||a>itemLength-v)return;else curr=a}b=true;ul.animate(animCss=="left"?{left:-(curr*g)}:{top:-(curr*g)},o.speed,o.easing,function(){if(o.afterEnd)o.afterEnd.call(this,vis());b=false});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled")}}return false}})};function css(a,b){return parseInt($.css(a[0],b))||0};function width(a){return a[0].offsetWidth+css(a,'marginLeft')+css(a,'marginRight')};function height(a){return a[0].offsetHeight+css(a,'marginTop')+css(a,'marginBottom')}})(jQuery);
$(function(){var c=$(".mainNav li.localNews"),d=$(".dropdown",c),b=$(".inner",d);d.css({display:"block",opacity:0});var a=b.height()+(d.height()-b.height());d.css({height:0,opacity:1,overflow:"hidden",display:"none"});b.css({opacity:0});c.bind("mouseenter",function(){d.css({display:"block"});d.stop(true).animate({height:a});b.stop(true).animate({opacity:1})});c.bind("mouseleave",function(){d.stop(true).animate({height:0});b.stop(true).animate({opacity:0},function(){d.css("display","none")})})});$(document).ready(function(){var a=$(".headlines .itemList a[class!=all]");a.bind("mouseenter",function(b){if(parseInt(b.clientX)>0){$(".headlines").data("hovered",true)}});a.bind("mouseleave",function(){$(".headlines").data("hovered",false)})});$(window).load(function(){var e=$(".headlines");if(!e){return false}var g=$("li",e),b=$(".itemList a.current",e),d=$(".itemList a[class!=all]",e),c=$(".title",e),a=3000;g.css({position:"absolute",left:0,opacity:0,top:0,"z-index":1});g.each(function(k,l){var j=$(l),h=j.find("img");if(h&&(j.width()-h.width()>20)){$gradient=$('<div class="pngfix">');$gradient.css({background:"transparent "+j.css("background-image")+" repeat-y 0 0",height:j.height(),left:h.width()-40,position:"absolute",top:0,width:40});j.append($gradient)}});g.eq(parseInt(b.text())-1).css({opacity:1,"z-index":2});d.bind("mouseenter",function(i){if(parseInt(i.clientX)>0&&e.data("timer")){clearInterval(e.data("timer"))}var j=parseInt($(this).text())-1,l=parseInt(b.text())-1,k=parseInt(g.eq(l).css("z-index"));if(k>3){g.css("z-index",1);k=1}g.eq(j).stop(true).css({opacity:0,"z-index":k+1}).animate({opacity:1},750);c.attr("href",g.eq(j).find("a").attr("href")).text(g.eq(j).find("img").attr("alt"));c.stop(true).css({height:"auto",opacity:0,overflow:"visible"});var h=c.height();c.css({height:0,overflow:"hidden"}).animate({height:h,opacity:1},500);b.removeClass("current");$(this).stop(true).addClass("current");b=$(this)});d.bind("mouseleave",function(h){clearInterval(e.data("timer"));e.data("timer",setInterval(f,a))});var f=function(){if(!$(".headlines").data("hovered")){var i=parseInt(b.text());var h=(i===d.length)?0:i;d.eq(h).trigger("mouseenter")}};e.data("timer",setInterval(f,a))});$(function(){var a=$(".rotor");a.jCarouselLite({btnPrev:a.parent("div").find("a.prev"),btnNext:a.parent("div").find("a.next"),mouseWheel:true,visible:(parseInt(a.find("ul").attr("class"))||3)})});

