#pano{
	position:absolute;
	top:1em;
	left:10em;
	right:10em;
	bottom:1em;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;/* Safari */
}

#galleryIndex {
	top:1em;
	width:26em;
	height:15.6em;
	position:absolute;
	overflow:hidden;
	-webkit-backface-visibility: hidden;	/* serve ad evitare che si muovano i div durante l'hover*/
}

#galleryIndex img{
	position:absolute;
	/*width:100%;
	height:auto;*/
	height:13em;
	width:auto;
	opacity:1;
}

#galleryIndex span{
	font-size:1.6em;
	text-align:center;
	width:100%;
	position:absolute;
	color:#666;
	margin:0 auto;
	bottom:0;
}

#galleryText{
	position:absolute;
	width:100%;
	height:85%;
	background:rgba(0,0,0,0.75);
	opacity:0;
	transition: opacity .2s, margin .2s;
	-webkit-transition: opacity .2s, margin .2s; /* Safari */			
}

#galleryText:hover{
	margin-top:-0.25em;
	opacity:1;
}

#galleryText:hover + #galleryIndex img{
	opacity:0.5;
}

#galleryText p{
	margin:0;
	padding:0;
	font-size:1.2em;
	width:100%;
	color:white;
	position:absolute;
	left:10%;
	width:80%;
	top:30%;
}

#galleryIndex p:first-of-type:first-letter{
	font-size: 1.5em;
	color:rgb(255,204,102);
}	
