jQuery(document).ready(function()  {
    $("#main_menu a").corner("5px");
});

jQuery(document).ready(function()  {
    $("#rec_conciertos #conciertoss").jCarouselLite({
        btnNext: "#rec_conciertos .sub_foto .dcha",
        btnPrev: "#rec_conciertos .sub_foto .izq",
        visible: 1,
        scroll: 1,
        afterEnd: function(a) {
        document.getElementById("pieconcierto").innerHTML=a[0].getAttribute("title");
        }
    });
});

jQuery(document).ready(function()  {
    $("#rec_espectaculos #espectaculoss").jCarouselLite({
        btnNext: "#rec_espectaculos .sub_foto .dcha",
        btnPrev: "#rec_espectaculos .sub_foto .izq",
        visible: 1,
        scroll: 1,
        afterEnd: function(a) {
        document.getElementById("pieespectaculo").innerHTML=a[0].getAttribute("title");
        }
    });
});

jQuery(document).ready(function()  {
    $("#rec_eventos #eventoss").jCarouselLite({
        btnNext: "#rec_eventos .sub_foto .dcha",
        btnPrev: "#rec_eventos .sub_foto .izq",
        visible: 1,
        scroll: 1,
        afterEnd: function(a) {
        document.getElementById("pieevento").innerHTML=a[0].getAttribute("title");
        }
    });
});

jQuery(document).ready(function()  {
    $("#rec_comunicacion #comunicacions").jCarouselLite({
        btnNext: "#rec_comunicacion .sub_foto .dcha",
        btnPrev: "#rec_comunicacion .sub_foto .izq",
        visible: 1,
        scroll: 1,
        afterEnd: function(a) {
        document.getElementById("piecomunicacion").innerHTML=a[0].getAttribute("title");
        }
    });
});

jQuery(document).ready(function()  {
    $("#thumbs #cont").jCarouselLite({
        btnNext: "#thumbs .dcha",
        btnPrev: "#thumbs .izq",
        visible: 10,
        scroll: 1,
        circular: false
    });
});
