$(function() {
    $('.loginButton').click(function(e) {
        e.preventDefault();
        $.nyroModalManual({
            url: 'http://www.slm-rheumatology.com/login/',
            width: 287,
            minWidth: 287,
            minHeight: 160,
            resizable: false,
            zIndexStart: 999,
            cssOpt: {
                wrapper: {
                  position: 'absolute',
                  top: '15%',
                  left: '71%',
                  background: 'url(fileadmin/templates/img/login-bottom.gif) no-repeat left bottom'
                },
                wrapper2: {

                },
                loading: {
                  position: 'absolute',
                  top: '15%',
                  left: '71%',
                  marginTop: '-50px',
                  marginLeft: '-50px'
                }
            },
            closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="close"></a>', // Adding automaticly as the first child of #nyroModalWrapper
            title: null
        });
        return false;
    });

    $.nyroModalSettings({
        minHeight: 480,
        closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="close"></a>'
    });
});
