//to keep fade effect in highlight's teaser image
jQuery(document).ready(function(){    
    // jQuery('#header-image .item').innerfade({ speed: 5000, timeout: 10000, type: 'sequence', containerheight: '177px' }); 
     }); 

//enable lighbox effect
jQuery(document).ready(function() {
//jQuery(".lightbox-2").lightbox({
			    //fitToScreen: true,
				//fileLoadingImage: '/system/layout/images/loading.gif',
				//fileBottomNavCloseImage: '/system/layout/images/closelabel.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(document).ready(function(){
	//jQuery("._blank").click(function(){
		//var urlLink=this.getAttribute("href");
		//var titleName="'"+this.getAttribute("title")+"'";
		//window.open(urlLink,'titleName',"");
		//return false;
	//});
});	


jQuery(document).ready(function(){
	_top=jQuery(".head-section-image").height();
	_top=_top + 5;
	jQuery("#right-links").css("top",_top);
});
