$(document).ready(

function() {
// LIGHTBOX
    $(function() {
        $('a.resizable').lightBox();
    });
	
}

);

