﻿

$(document).ready(function() {

    $(".accordion").accordion({ autoHeight: false, active: 1000 });

    $("#pikame").PikaChoose({
        slide_enabled: false,
        auto_play: false,
        show_prev_next: true,
        slide_speed: 4000,
        buttons_text: { play: "Play", stop: "Stop", previous: "Atras", next: "Adelante"},
        thumb_width: 60,
        thumb_height: 60
    });



});
