/*discografia*/
.simple_overlay_discografia {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background:#ffffff url(../img/hospitality/allestimento/sfondo_pop_allestimento.jpg) no-repeat;
	border:1px solid #FFFFFF;	
	width:541px;	
	height:440px; 
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
.simple_overlay_discografia .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:1px;
	top:1px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*locandine*/
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background:#ffffff url(../img/hospitality/allestimento/sfondo_pop_allestimento.jpg) no-repeat;
	border:1px solid #FFFFFF;	
	width:541px;	
	height:640px; 
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
/* close button positioned on upper right corner */
.simple_overlay .close {
background-image:url(../images/overlay/close.png);
cursor:pointer;
height:35px;
position:absolute;
right:1px;
top:1px;
width:35px;
}
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 0;
	border:none;
	padding:0px;

	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}


/* styling for elements inside overlay */
.details {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	left:15px;
	line-height:1.5;
	position:absolute;
	top:5px;
	width:90%; text-align:center;
}

.details h3 {
border-bottom:2px dotted #000000;
color:#000000;
font-size:15px;
height:35px;
margin:0;
}
.details h4 {
border-bottom:2px dotted #000000;
color:#000000;
font-size:15px;
height:35px;
margin:0;
}
