div.olefa_imagebox_hidden, div.olefa-comment, div.olefa-comment p {
   margin:  0;
   padding: 0;
}

div.olefa_imagebox_hidden { display: none; }

div.olefa-comment {
   position:   absolute;
   border:     2px ridge #7F7F7F;
   z-index:    1;
   background: url(/osr/img/pixel_trans.gif); /* Fix for strange IE    */
}                                             /* transparency handling */


p.olefa-comment {
   position:   absolute;
   display:    none;
   border:     1px solid black;
   background: #333;
   color:      white;
   width:      200px;
   z-index:    2;
}

