$(document).ready(function(){
   $('img#address').click(function(){
        $(this).css({"cursor":"pointer"});
        var loc = $(this).attr('class');
        new Boxy("<img style='width:1154px; height:492px; float:left' alt='contact.jpg' src='http://dev.infinitsolutions.ro/ensight/wp-content/themes/sandbox/!res/img/contact_1.jpg' />", {title:loc, modal:true, fixed:false, draggable:true, closeable:true });
    });
});