$(document).ready(function() {
    $('div.screenshots ul').cycle({ fx:'fade', pause: 1 });


    $('#footer label').hide();
    $('#footer input').addClass('js-active');

    $('#footer input').focus(function() {
        $(this).addClass('focus');                   
    });
});


