$(document).ready(function() { 

	/*
	$('.input_date').datepicker({
        dateFormat: 'dd.mm.yy',
        changeMonth: true,
        changeYear: true,
        showButtonPanel: true,
        firstDay: 1,
        minDate: 0,
        maxDate: +60,
        dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
        monthNamesShort: ['Jan','Feb','März','April','Mai','Juni','Juli','Aug','Sep','Okt','Nov','Dez'],
        currentText: 'Heute',
        closeText: 'Schließen',
        nextText: 'Vor',
        prevText: 'Zurück'
    });
    $('.input_date').numeric({allow:"."});  
    $('.input_integer').numeric({});  
    
	$('#newsflash').innerfade({ 
		animationtype: 'slide',
        speed: 'normal',
        timeout: 7000,
        type: 'sequence', 
        containerheight: '90px' 
    });
    
    
    */
	$(".fancy_gallery").fancybox({ 
    	'zoomSpeedIn': 300, 
        'zoomSpeedOut': 300
    }); 
	
}); 