/* JQuery Epilogue */
jQuery(document).ready(function() {
	$(document).ready(function() {
		$("#h5c3").fancybox({
			'margin'		: '0',
			'padding'		: '0',
			'showCloseButton':'false',
			'overlayColor'	: '#300',
			'transitionIn'	: 'fade',
			'speedIn'		: '500',
			'speedOut'		: '300',
			'centerOnScroll': 'true',
		});
	});
});
