//$(document).ready(
//    function (){
//        $("#slider_imagenes").PikaChoose({
//            auto_play: true,
//            thumb_width: 123,
//            thumb_height: 94,
//            buttons_text: {
//                play: "",
//                stop: "",
//                previous: "Anterior",
//                next: "Proxima"
//            }
//        });
//});
$(document).ready(
    function (){
        $("#pikame").PikaChoose();
    });

