
jQuery(document).ready(function() {
	openpage_fancybox();
});

function openpage_fancybox(){
	$("a[rel=openpage]").fancybox({
		'autoDimensions'	: false,
		'width'        		: 980,
		'height'       		: 400,
		'margin'			: 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#000',
		'overlayOpacity'	: '0.8',
		'titleShow'			: false,
		'cyclic'			: false,
		'showCloseButton'	: true,
		'showNavArrows'		: false,
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
	
	$("a[rel=openpage2]").fancybox({
		'autoDimensions'	: false,
		'width'        		: 758,
		'height'       		: 545,
		'margin'			: 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#000',
		'overlayOpacity'	: '0.8',
		'titleShow'			: false,
		'cyclic'			: false,
		'showCloseButton'	: true,
		'showNavArrows'		: false,
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
	
	$("a[rel=opengallery]").fancybox({
		'autoDimensions'	: false,
		'width'        		: 800,
		'height'       		: 550,
		'margin'			: 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#000',
		'overlayOpacity'	: '0.8',
		'titleShow'			: false,
		'cyclic'			: false,
		'showCloseButton'	: true,
		'showNavArrows'		: false,
		'padding'			: 0,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
}
