﻿$(document).ready(function () {
    $("#slider").easySlider({
        auto: true,
        continuous: true,
        controlsShow: true
    });
    $("a[rel^='prettyPhoto']").prettyPhoto();
});

function mensaje(msj) {
    $.floatingMessage(msj, {
        align: 'right',
        verticalAlign: 'bottom', time: 20000
    });
}
