Shadowbox.init({
	language: 'ru',
    skipSetup: true // skip the automatic setup
});

$(document).ready(function() {
	if (jQuery('a.rel_shadowbox').size()) {
		Shadowbox.setup(jQuery("a.rel_shadowbox"));
	}
});

