/* the overlayed element */
.apple_overlay-promo {
	/* initially overlay is hidden */
	display:none;
	background-image:url(../_imagens/transparente.png);

	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}
/* default close button positioned on upper right corner */
.apple_overlay-promo .close {
	background: url("../_imagens/bt-close.png") no-repeat scroll 5px 50% transparent;
    cursor: pointer;
    height: 12px;
    left: 475px;
    padding: 5px;
    position: absolute;
    top: -14px;
    width: 12px;
    z-index: 101;
}
#custom-promo {
    width:480px;
    height:300px;
    padding:0;
    z-index:101;
}
#custom-promo img{
    z-index:101;
}
#custom-promo map{
    z-index:101;
}

#overlay-promo {
	background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
}