﻿$(document).ready(function () {

//funzione per lightbox Legal

    $("a[rel^='prettyPhoto']").prettyPhoto(
			{
			    animation_speed: 'fast', /* fast/slow/normal */
			    slideshow: 5000, /* false OR interval time in ms */
			    autoplay_slideshow: false, /* true/false */
			    opacity: 0.80, /* Value between 0 and 1 */
			    show_title: true, /* true/false */
			    allow_resize: true, /* Resize the photos bigger than viewport. true/false */
			    default_width: 500,
			    default_height: 130,
			    counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */
			    theme: 'pp_default', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
			    social_tools: false
			});


//opacità div overlay (pagine: lavoro.htm)
//    $(document).ready(function(){
//	    $('#overlay').show();
//	    $("#overlay").css({ opacity: 0.5 });
//	    //$("h3").css({ opacity: 1 });
			//	});



			$("#myFile").css({ opacity: 0 });

});
