/*
 * Version: $Revision: 1.2 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

$(document).ready( function(){

	$('DIV#Content a[href$=.jpg]:has(img), DIV#Content a[href$=.JPG]:has(img), DIV#Content a[href$=.png]:has(img), DIV#Content a[href$=.PNG]:has(img), DIV#Content a[href$=.gif]:has(img), DIV#Content a[href$=.GIF]:has(img)').lightBox(
		{
			fixedNavigation: !BrowserIE6(), // fixed navigation in IE6 has wrong position with next button
			overlayBgColor: '#000000',
			overlayOpacity: 0.7,
			imageLoading: '/bsl/img/jquery/lightbox/loading.gif',
			imageBtnClose: '/bsl/img/jquery/lightbox/close.gif',
			imageBtnPrev: '/bsl/img/jquery/lightbox/prev.gif',
			imageBtnNext: '/bsl/img/jquery/lightbox/next.gif',
			containerResizeSpeed: 350,
			txtImage: 'Afbeelding',
			txtOf: 'van'
		}
	); 

});
