/* the overlayed element */
div.overlay {
 z-index:10000;
 /* growing background image */
 background-image:url(../images/overlay/corazon.gif);

/* dimensions after the growing animation finishes */
 width:500px;
 height:400px;
 /* initially overlay is hidden */
 display:none;

 /* some padding to layout nested elements nicely */
 padding:40px;
}

/* default close button positioned on upper right corner */
div.overlay div.close, div.small_overlay div.close {
 background-image:url(../images/overlay/close.png);
 position:absolute;
 right:5px;
 top:5px;
 cursor:pointer;
 height:35px;
 width:35px;
}

/* the overlayed element */
div.small_overlay {
 z-index:10000;
 /* growing background image */
 background-image:url(../images/overlay/corazon.gif);

/* dimensions after the growing animation finishes */
 width:350px;
 height:250px;

 /* initially overlay is hidden */
 display:none;

 /* some padding to layout nested elements nicely */
 padding:30px;
}


/* black */
div.overlay.black {
 background:url(../images/overlay/transparent.png) no-repeat !important;
color:#fff;
}

div.black h2, div.petrol h2 {
 color:#ddd;
} 

/* petrol 
div.overlay.petrol {
 background:url(../images/overlay/petrol.png) no-repeat !important;
 color:#000;
}


#petrol {
 background-image:url(../images/overlay/petrol.png) no-repeat !important;
 color:#000;
} 

div.contentwrap { 
    height:375px; 
    overflow-y:auto; 
}


*/
