$(document).ready(function() {
    if ($("form#f1").length>0) {
        $("form#f1").validate();
    }
});

/*$(function() {
    $('.gira').jCarouselLite({
        auto: 3000,
        speed: 2000,
        vertical: true,
        visible: 1
    });
});*/

jQuery(window).load(function() {
     $('.gira').jCarouselLite({
        auto: 3000,
        speed: 2000,
        vertical: true,
        visible: 1
    });
});

