$(document).ready(function(){
    //killIE
    $().killIE({
        text: "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+
                "Necesitas actualizar tu Internet Explorer para mejorar la navegación, descárgalo "+
                "<a href='http://www.microsoft.com/spain/windows/products/winfamily/ie/default.mspx'>aquí</a>."+
                " O prueba otros navegadores como "+firefox+', '+opera+', '+safari+' o '+chrome+' para obtener 100% de funcionalidad',
		style: "",browser: ""
    });

    //Carroucel
    $('#service-carousel').jCarouselLite({
        auto: 5000,
        speed: 1000,
        visible: 2
    });


    //$("#menu li").append('<img class="shadow imgPng" src="'+getBaseUrl+'/public/img/default/icons-shadow.png" width="81" height="27" alt="" />');
    //fixingPNG('.shadow',0);
    // Animate buttons, shrink and fade shadow

    $("#menu li.effect").hover(function() {
            var e = this;
        $(e).find("a").stop().animate({ marginTop: "-14px" }, 250, function() {
            $(e).find("a").animate({ marginTop: "-10px" }, 250);
        });
        //$(e).find("img.shadow").stop().animate({ width: "80%", height: "20px", marginLeft: "8px", opacity: 0.25 }, 250);
    },function(){
            var e = this;
        $(e).find("a").stop().animate({ marginTop: "4px" }, 250, function() {
            $(e).find("a").animate({ marginTop: "0px" }, 250);
        });
        //$(e).find("img.shadow").stop().animate({ width: "100%", height: "27px", marginLeft: "0", opacity: 1 }, 250);
    });

    ///BgHeader
    //setTimeout("backgroundPosition()",6000);


});

function backgroundPosition(){
    var posX=($('#headerBg').css('background-position')=='1600px 0px'?'(0px 0)':'(1600px 0px)');
    //var posX=($('#headerBg').css('background-position')=='0px 875px'?'(0px 0)':'(0px 875px)');
    $('#headerBg').stop().animate({backgroundPosition:posX},{duration:10000});
    setTimeout("backgroundPosition()",10500);
}
