$(document).ready(function(){

		//rounded corners  
		//$("#Infobar").corner()  
		//$("#LeftContent").corner()  
 
		//menue
		//$('#cssdropdown li.headlink').hover(
		//function() { $('div', this).css('display', 'block'); },
		//function() { $('div', this).css('display', 'none'); });

	var $j = jQuery.noConflict();

	$j(".tx-chgallery-pi1 .single .img a, a.fancybox, div#Video a, .csc-textpic-image a, .image .middle a").fancybox({
		'speedIn'		:	800, 
		'speedOut'		:	500, 
		'width'			: 680,
		'height'		: 495,
		
		'overlayShow'	:	false,
		'opacity'		: 	true,
		'overlayShow' 	:	true,
		'overlayOpacity':	0.9,
		'overlayColor'	:	'#666'
	});
	
	
	$j('#Imagevideo a.flash').flash({ 
			swf		: 'fileadmin/cida/flash/cidanova_plus_banner.swf', 
			height	: 515, 
			width	: 193, 
			allowFullScreen: false, 
			wmode	: 'transparent'

		});

	
	$j("#Imagevideo a, #c686 a").fancybox({
		'modal' : false,
		'titleShow': false,
                 'overlayOpacity':	0.9,
		'overlayColor'	:	'#666'
		
	      });
	      
    	
});

