//enable lighbox effect
jQuery(document).ready(function() {
jQuery(".lightbox, .lightbox-images").lightbox({
fitToScreen: true,
		fileLoadingImage: '/system/layout/images/ajax_loader.gif',
		fileBottomNavCloseImage: '/system/layout/images/close.gif',
		strings : { 
					image: 'Bild ' , of : ' von ' , prevLinkText: '&laquo;  Zur&uuml;ck' , nextLinkText : 'Weiter &raquo;',
					closeTitle : 'Schließen Bildergalerie', prevLinkTitle : 'vorheriges Bild', nextLinkTitle : 'nächstes Bild'
				}

});	
	/*jQuery("#texts_mediabildergalerien-und-videos .lightbox-images").lightbox({
		fitToScreen: true,
		fileLoadingImage: '/system/layout/images/ajax_loader.gif',
		fileBottomNavCloseImage: '/system/layout/images/close.gif',
		strings : { 
					image: 'Bild ' , of : ' von ' , prevLinkText: '&laquo;  Zur&uuml;ck' , nextLinkText : 'Weiter &raquo;',
					closeTitle : 'Schließen Bildergalerie', prevLinkTitle : 'vorheriges Bild', nextLinkTitle : 'nächstes Bild'
				}
	});
	jQuery("[rel]=aktuelles").lightbox({
		fitToScreen: true,
		fileLoadingImage: '/system/layout/images/ajax_loader.gif',
		fileBottomNavCloseImage: '/system/layout/images/close.gif',
		strings : { 
					image: 'Bild ' , of : ' von ' , prevLinkText: '&laquo;  Zur&uuml;ck' , nextLinkText : 'Weiter &raquo;',
					closeTitle : 'Schließen Bildergalerie', prevLinkTitle : 'vorheriges Bild', nextLinkTitle : 'nächstes Bild'
				}

		});*/
	
	 jQuery('.texts .half').setToMaxHeight(2);

/* to display video player in pop up */
jQuery(".video-in-popup").fancybox({				
				'width'				: 700,
				'height'			: 570,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});
});


// Accordion
jQuery(document).ready(function(){
	jQuery("#accordion").accordion({ header: "h2", autoHeight:false });
})
