jQuery(document).ready(function() {
	jQuery('#galerie a').lightBox({
		overlayBgColor: '#E5E68E',
		overlayOpacity: 0.6,
		imageLoading: 'img/lightbox/loading.gif',
		imageBtnClose: 'img/lightbox/close.gif',
		imageBtnPrev: 'img/lightbox/prev.gif',
		imageBtnNext: 'img/lightbox/next.gif',
		imageBlank: 'img/lightbox/blank.gif',
		containerResizeSpeed: 350,
		txtImage: 'Image',
		txtOf: 'sur'
	});
});
