$(document).ready(function() {
	
	/* ROUNDED CORNERS */
	DD_roundies.addRule('div.rounded', '5px', true);
	DD_roundies.addRule('#menu', '5px', true);
	DD_roundies.addRule('#slidecaption', '12px', true);
	DD_roundies.addRule('#boekbol', '30px', true);
	DD_roundies.addRule('a.button', '5px', true);
	DD_roundies.addRule('input.rond', '5px', true);
	DD_roundies.addRule('a.newsletter', '0px 0px 5px 5px', true);
	DD_roundies.addRule('input, button, textarea, .error, .succes', '7px', true);
	DD_roundies.addRule('div#press .right a.article', '5px', true);
	/**/
	
	
	$('a.booking').click(function(e){
		e.preventDefault();
	});
	
	$("a.booking").fancybox({
			'hideOnContentClick': true,
			'transitionIn'	:	'fade',
			'transitionOut'	:	'fade',
			'speedIn'		:	800, 
			'speedOut'		:	400, 
			'overlayShow'	:	true,
			'width'			:	478,
			'height'		:	600,
		});
		
	$("a.newsletter").fancybox({
			'hideOnContentClick': true,
			'transitionIn'	:	'fade',
			'transitionOut'	:	'fade',
			'speedIn'		:	800, 
			'speedOut'		:	400, 
			'overlayShow'	:	true,
			'width'			:	478,
			'height'		:	320,
		});
		
	$("a.article").fancybox({
			'hideOnContentClick': true,
			'transitionIn'	:	'fade',
			'transitionOut'	:	'fade',
			'speedIn'		:	800, 
			'speedOut'		:	400, 
			'overlayShow'	:	true,
			'width'			:	478,
			'height'		:	600,
		});
	
});
