$(document).ready(function() {
	Shadowbox.init({
        skipSetup: true // skip the automatic setup
    });

    Shadowbox.setup($('a.boxed'));
});
