jQuery(document).ready(function($) {
	$('a[@rel*=lightbox]').lightBox({
		overlayOpacity:0.8,
		overlayBgColor:'#000',
		txtImage: 'Foto',
		txtOf: 'van',
		html: $(this).attr('title'),
		imageBlank: 'http://apps.markabans.nl/cms/module/insert_image_gallery/style/blank.gif',
		imageLoading: 'http://apps.markabans.nl/cms/module/insert_image_gallery/style/loading.gif',
		imageBtnClose: 'http://apps.markabans.nl/cms/module/insert_image_gallery/style/close.gif',
		imageBtnPrev: 'http://apps.markabans.nl/cms/module/insert_image_gallery/style/prev.gif',
		imageBtnNext: 'http://apps.markabans.nl/cms/module/insert_image_gallery/style/next.gif',
		fixedNavigation: true
	});
	
	/* Add stylesheet dynamic to be xhtml valid */
	//$('head').append('<style type="text/css">@import url("http://apps.markabans.nl/cms/module/insert_image_gallery/style/lightbox.css");</style>');
	$('head').append('<link rel="stylesheet" type="text/css" href="http://apps.markabans.nl/cms/module/insert_image_gallery/style/lightbox.css" />');
});
