//hsy homepage specific scripts built on jquery library which is included in /_scripts/core/jquery.js

$(document).ready(function()
{
     $(".promoCarousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        auto: 1000000,
        speed: 1600,
        circular: true,
        visible: 1,
        btnGo:
        ["#0","#1","#2","#3","#4"],
        dotNavigation: "#promoNav img",
        dotSrc: "/_imgs/hsy/home08/promo-nav-item.gif",
        dotOnSrc: "/_imgs/hsy/home08/promo-nav-active.gif"     
    });
     
     $('#topContent').tabs(1,{
     fxFade: true,
     fxSpeed: 'slow'
     });

    // Center the tabs
    $("#topContent ul").removeClass("tabs-hide");         
    var navWidth = $("#tab1").width() + $("#tab2").width() + $("#tab3").width() + $("#tab4").width();
    $("#topContent ul").css({ width: navWidth});
    
    // textbox blur/onfocus toggle labels inside
    $("#userid").textboxSelect();   
    $("#password").textboxSelect();
     
});