/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  .gallerycontainer { position: relative;
    }

  .thumbnail img { border: 1px solid white;
    margin: 0pt 5px 5px 0pt;
    }

  .thumbnail:hover { background-color: transparent;
    }

  .thumbnail:hover img { border: 1px solid blue;
    }

  .thumbnail span { border: 1px dashed gray;
    padding: 5px;
    position: absolute;
    background-color: lightyellow;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
    }

  .thumbnail span img { border-width: 0pt;
    padding: 2px;
    }

  .thumbnail:hover span { visibility: visible;
    z-index: 50;
    top: 0pt;
    left: 230px;
    }


