// <![CDATA[
/*$(function() {

    // Slider
    $('#coin-slider').coinslider({
    width:window.screen.width-21,
    height:477,
    spw:7,
    sph:5,
    delay:3000,
    sDelay:30,
    opacity:0.7,
    titleSpeed:500,
    effect:'random',
    navigation:true,
    links:true,
    hoverPause:true
		
    });
	
// Radius Box
//$('.article p.spec, .menu_nav ul').css({"border-radius":"10px", "-moz-border-radius":"10px", "-webkit-border-radius":"10px"});
//$('.content p.pages span, .content p.pages a').css({"border-radius":"6px", "-moz-border-radius":"6px", "-webkit-border-radius":"6px"});
//$('.article .com').css({"border-top-right-radius":"12px", "border-bottom-right-radius":"12px", "-moz-border-radius-topright":"10px", "-moz-border-radius-bottomright":"8px", "-webkit-border-top-right-radius":"8px", "-webkit-border-bottom-right-radius":"8px"});
//$('.content p.pages span, .content p.pages a').css({"border-radius":"16px", "-moz-border-radius":"16px", "-webkit-border-radius":"16px"});
//$('.menu_nav').css({"border-bottom-left-radius":"16px", "border-bottom-right-radius":"16px", "-moz-border-radius-bottomleft":"16px", "-moz-border-radius-bottomright":"16px", "-webkit-border-bottom-left-radius":"16px", "-webkit-border-bottom-right-radius":"16px"});

});	*/

//Cufon.replace('h1', { color: '-linear-gradient(#fff, #ffaf02)'});
//Cufon.replace('h1 small', { color: '#8a98a5'});

// ]]>
jQuery(document).ready(function() {
								
		//ingrandimento photo
		jQuery('div.photo a').fancyZoom({scaleImg: true, closeOnClick: true});
		jQuery('#medium_box_link').fancyZoom({width:400, height:300});
		jQuery('#large_box_link').fancyZoom();
		jQuery('#flash_box_link').fancyZoom();
		

		
		//slider immagini
		simplefader.intervall = 3000;
		simplefader.fadeintervall = 1000;
		simplefader.screenchooser = true;
		simplefader.playresume = true;
		simplefader.init();
		
		
		/*jQuery("#datepickeranreise").datepicker({
					showOn: 'button', 
					buttonImage: '../images/icon-kalender.gif', 
					buttonImageOnly: true, 
					numberOfMonths: 2
				});
			
				jQuery.datepicker.regional[''] = {
					closeText: 'schließen',
					prevText: '&#x3c;zurück',
					nextText: 'Vor&#x3e;',
					currentText: 'heute',
					monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
					'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
					monthNamesShort: ['Gen','Feb','Mar','Apr',
					'Mag','Giu','Lug','Ago','Set',
					'Ott','Nov','Dic'],
					dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
					dayNamesShort: ['Dom','Lun','Mar','Mer',
					'Gio','Ven','Sab'],
					dayNamesMin: ['Do','Lu','Ma','Me',
					'Gi','Ve','Sa'],
					dateFormat: 'dd.mm.yy', firstDay: 1,
					isRTL: false
				};
				jQuery.datepicker.setDefaults(jQuery.datepicker.regional['']);
				
				function getAnDay (welches) {
				
					return document.getElementById(welches).value.split('.')[0];
				};
				
				function getAnMonth (welches) {
				
					return document.getElementById(welches).value.split('.')[1];
				};
				
				function getAnYear (welches) {
				
					return document.getElementById(welches).value.split('.')[2];
				};
			
			*/
	});
			

