$(document).ready(function() {		

    $('#immagine a').nyroModal();
	
    $('#link_immagini a').nyroModal();
	
    $('#immagine').innerfade({
        speed: 'slow',
        timeout: 4000,
        type: 'sequence',
        containerheight: '300px'
    });
			
    $('#photo-gallery').galleryView({
        panel_width: 300,
        panel_height: 300,
        frame_width: 45,
        frame_height: 45, 
        border: 'none',
        overlay_height: 22,
        overlay_width: 300,
        overlay_font_size: '11px',
        overlay_opacity: 0.4,
        overlay_text_color: 'white',
        overlay_position: 'top',
        overlay_color: 'black',
        background_color: '#cccccc',
        nav_theme: 'light',
        easing: 'easeInOutQuad',
        pause_on_hover: true
    });		

});

