$(document).ready(function(){
	$('#captcha1')
  	.bind('loaded.simpleCaptcha', function() {
    
  	})
  	.simpleCaptcha({
  		numImages: 4,
  		scriptPath:'php/simpleCaptcha.php',
  		introText: '<div style="float:left;width:300px;">Klik het figuur <span class=\'captchaText\'></span> aan uit onderstaande 4 figuren.</div>',
  		inputName: 'captchaSelection'
  	});
  	
  	$('a[rel*=lightbox]').lightBox({
  		imageLoading: 'images/lightbox/loading.gif',
		imageBtnClose: 'images/lightbox/closelabel.gif',
		imageBtnPrev: 'images/lightbox/prev.gif',
		imageBtnNext: 'images/lightbox/next.gif',
		containerResizeSpeed: 350,
		txtImage: 'Afbeelding',
		txtOf: 'of'
  		
  	});
});
