
#GMappaBig_wrap
{

	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-image:url(opacity_80.png);
	/*
	background-color: #786046;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	*/
}

.mappa_citta #GMappaBig_wrap
{
   display:block;
   position:static;
   width:auto;
   height:500px; 
   background:none;
   z-index:auto;
   margin-bottom:30px;
}
#GMappaBig_inner  {
	display: none;
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	border: 2px solid #EFEEDC;
	background-color: white;
	z-index:1002;
}
#GMappaBig_inner #btnCloseMap
{
    position:absolute;
    top:-40px;
    right:-10px;
    cursor:pointer;
}
#GMappaBig
{
    width:100%;
    height:100%; 
    overflow:hidden; 
}
#infoBox 
{
    width:380px;
    height:100px;
    height:auto !important;
    min-height:90px;
    /*left:200px !important;*/
    position:absolute;
}
/*fix hover con troppo testo*/
.horizontal_gmap #infoBox 
{

}
#infoBox .hotelBox 
{
    background:#FFF;
    color:#fff;
    padding:1px;
    float:left;
    border:1px solid #666666;
    /*margin:20px 0 0 0;*/
    margin-top:-50px;
    margin-left:115px;
    font-family:'Maven Pro';
}
.hotelBox h3 
{
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: block;
    font-size: 32px;
    margin: 0;
    padding: 1px 10px 5px;
}
.hotelBox div
{
display:block;
padding:5px;
clear:both;
float:left;
font-size:9px;
line-height:10px;
font-weight:normal;
color:#666666;
}
.hotelBox img 
{
margin-right:6px;
height:70px;
float:left;
border:1px solid #fff;
}
.hotelBox img.star {
 float:left;
 margin:0px;
 border:0;
 background:none;
 width:auto !important;
 height:auto !important;}