	$(document).ready(function() {
		$('#slider').coinslider({ 
			width: 232, // width of slider panel
			height: 160, // height of slider panel
			spw: 1, // squares per width
			sph: 1, // squares per height
			delay: 4000, // delay between images in ms
			sDelay: 5, // delay beetwen squares in ms
			opacity: 0.8, // opacity of title and navigation
			titleSpeed: 0, // speed of title appereance in ms
			effect: 'straight', // random, swirl, rain, straight
			navigation: true, // prev next and buttons
			links : true, // show images as links
			hoverPause: true // pause on hover
		});

		 $('a[rel=lightbox]').lightBox({
			 	overlayBgColor: '#000',
				overlayOpacity: 0.6,
				imageBlank: '/consoleo_files/templates/standard/img/lightbox/blank.gif',
				imageLoading: '/consoleo_files/templates/standard/img/lightbox/loading.gif',
				imageBtnClose: '/consoleo_files/templates/standard/img/lightbox/close.gif',
				imageBtnPrev: '/consoleo_files/templates/standard/img/lightbox/prevlabel.gif',
				imageBtnNext: '/consoleo_files/templates/standard/img/lightbox/nextlabel.gif',
				containerResizeSpeed: 350,
				txtImage: 'Bild',
				txtOf: 'von',
				keyToPrev: 'z',
				keyToNext: 'w'
			});
	});

