	$(document).ready(function() {
		$("#trefwoord").DefaultValue("Uw zoekopdracht");
		$("#nieuwsbrief").DefaultValue("Uw e-mail adres");
		$("#referentie").easySlider({
			auto: true,
			continuous: true,
			fader: true,
			controlsShow: false,
			pause:  11000
		});	
		$('.afleveradres_uitschuiven').click(function() {
			$('.uitschuiven').slideToggle('slow', function() {
			});
		});
		$(".iframe").fancybox({
			'width'				: '50%',
			'height'			: '75%',
			'autoScale'     	: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$(".iframe2").fancybox({
			'width'				: '40%',
			'height'			: '80%',
			'autoScale'     	: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
			$("a.group").fancybox({
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	600, 
			'speedOut'		:	200, 
			'overlayShow'	:	false
		});
	});
	
	$(function() {
		$('.details .maat').click
		(function() {	
			$(".details .maat input").removeAttr("checked");
			$('.details .maat').removeClass("is_active");
			$("input",this).attr('checked','checked');
			$(this).addClass("is_active");
		});		
	});
	

