// JavaScript Document
$(function () {
    $('#supersize').supersized();
});

var Cufon;



$(function () {
    function launch() {
        $('#teaser_4').lightbox_me({
            centered: true, 
			
            onLoad: function () {
                $('#presentations').find('input:first').focus()
            }
        });
    }
    $('#button_teaser_4').click(function () {
        $("#loader").lightbox_me({
            centered: true
        });
        setTimeout(launch, 300);
        return false;
    });
});
