jQuery(document).ready(function() {
    jQuery("#mainimage, .addimage").fancybox({
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});

});

