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

$(function(){

	$('a[class*=besitelightbox]').lightBox(
		{
			fixedNavigation: !BrowserIE6(), // fixed navigation in IE6 has wrong position with next button
			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',
			txtImage: '',
			txtOf: ' / '
		}
	); 

});