/*
-----::: ABCnet.nl © 2012 :::-----
DATE: 14/10/2010
EDITED: 31/01/2012
DESCRIPTION: FANCYBOX implentation ABCnet.nl ©
WEBSITE DOC: http://fancybox.net/
*/
$(document).ready(function() {
		
	$('.popup').fancybox({
				'scrolling'			: 'no',
				'autoDimensions'	: true,
				'overlayOpacity'	: 0.6,
				'overlayColor'      :	'#000',
				'padding'			: 0,
				//'width'				: 534,
				//'height'			: 533,
				'autoScale'			: true,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
			});
	$('.pop').fancybox({
				'scrolling'			: 'no',
				'autoDimensions'	: true,
				'overlayOpacity'	: 0.6,
				'overlayColor'      :	'#000',
				'padding'			: 0,
				//'width'				: 534,
				//'height'			: 533,
				'autoScale'			: true,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
			});
				
});
