JQ(document).ready(function(){JQ("#carousel").cycle({fx:"fade",timeout:7000,speed:1000,pager:"#nav-items"});JQ("#carousel-container").mouseover(function(){JQ("#carousel").cycle("pause")});JQ("#carousel-container").mouseout(function(){JQ("#carousel").cycle("resume")});JQ("#carousel .item").hover(function(){JQ(".item .item-on").show()},function(){JQ(".item .item-on").hide()});var num=((JQ("#carousel-container").width())*0.5)-((JQ("#carousel-nav").width())*0.5);JQ("#carousel-nav").css("right",(num-25));if(JQ("#carousel .item").length==1){JQ("#carousel-nav").remove()}JQ("#carousel-fader").click(function(){var current=JQ(".activeSlide").html()-1;JQ("#carousel .item").each(function(index){if(index==current){JQ(this).click()}})})});
