/* the overlayed element */ 
div.overlay { 
    background-image:url(../img/overlay/white.png);
    width:500px; 
    height:400px;
    display:none; 
    padding:5px; 
	color:#000000;
	text-align: left;
} 

div.overaniver { 
    /*background-image:url(../img/overlay/white.png);*/
    width:600px; 
    height:300px;
    display:none; 
    padding:5px; 
	color:#000000;
	text-align: left;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
div.overaniver div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}


/********************************************************************/
/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(../img/overlay/transparent.png); 
    color:#efefef; 
} 
#aniver { 
    background-image:url(../img/overlay/transparent.png); 
    color:#efefef; 
} 
#ambiente { 
    background-image:url(../img/overlay/transparent.png); 
    color:#efefef; 
}
#cardapio { 
    background-image:url(../img/overlay/transparent.png); 
    color:#efefef; 
}
#projeto { 
    background-image:url(../img/overlay/transparent.png); 
    color:#efefef; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap { 
    height:380px; 
    overflow-y:auto; 
}