/* CVC Registration Modal Styles (JQ) */

$(function() {

	$("a.conferenceImage").fancybox({
		'hideOnContentClick'    : 'true',
		'centerOnScroll'        : 'true',
		'titlePosition'         : 'inside',
		'cyclic'                : 'true'
	});
  
  
	if ($(".register-modal").length != 0) {
		$(".register-modal").fancybox({
			'width'				: 600,
			'height'			: '95%',
			'autoScale'     	: false,
			'centerOnScroll'	: true,
			'overlayOpacity'	: 0.9,
			'overlayColor'		: '#000',
			'transitionIn'		: 'none',
			'speedOut'			: 1200,
			'type'				: 'iframe'
		});
	}
});
