#home_cover {
    cursor:   pointer;
}

.overlay { 
    display:  none; 
    width:    400px;
    background-image: url(../elements/transparent.gif);
} 
 
.overlay div.close { 
    background-image:url(../elements/pop_up_close.png); 
    position: absolute;
    right:    0;
    top:      0; 
    cursor:   pointer; 
    height:   20px; 
    width:    20px; 
}
