$(document).ready(function(){
$("a[rel=lightbox-gallery]").fancybox({
	'titlePosition' : 'inside',
	'zoomOpacity': true,
	'zoomSpeedIn': 300,
	'zoomSpeedOut': 300,
	'overlayShow': true,
	'transitionIn' : 'elastic',
	'transitionOut' : 'elastic',
	'easingIn' : 'easeOutBack',
	'easingOut' : 'easeInBack',
	'overlayOpacity' : 0.7,
	'overlayColor'	: '#222',
	'cyclic' : true,
	'showCloseButton' : true
});
$("a#push_mail").fancybox({
	'scrolling'		: 'no',
	'titleShow'		: false,
	'padding'		: 10,
	'autoScale'		: false,
	'overlayOpacity' : 0.7,
	'overlayColor'	: '#222',
	'onClosed'		: function() {
		$("#push_error_add").hide();
		$("#push_error_mess").hide();
	}
});});

