        $(function() {  
            $("#bottomContent").jCarouselLite({ btnNext: "#featuredNext", btnPrev: "#featuredPrev", auto: 3000, speed: 2200, scroll: 1 });        
            $("#recipeCategories").accordion({ event: "mouseover", header: "a.catHeader", selectedClass: "recipeCatSel" }).bind("mouseover", function(event, ui) { $("#recipeCategories li").css("backgroundColor", "transparent"); $(".recipeCatSel").next().css("backgroundColor", "#transparent"); });
            $("#featuredContent").cycle({ pause: 3, pagerEvent: 'click', speed: 1000, timeout: 10000, cleartype: 1, cleartypeNoBg: 1, pager: '#thumbs', next: '#thumbNext', prev: '#thumbPrev', pagerAnchorBuilder: function(idx, slide) { return '#thumbs li:eq(' + idx + ') a'; } });            
        });

