jQuery(document).ready(function () {
				jQuery('#slideshow').crossSlide({
				  sleep: 3,
				  fade: 1
				}, [
				  { src: 'themes/ok/galerie/1.png' },
				  { src: 'themes/ok/galerie/1.png' }
				]);

		$('.typographya').lightBox(); // Select all links in object with gallery ID
				
			});




