@CHARSET "ISO-8859-1";

#screenshots {
    margin:0;
}
#screenshots span.screenshots {
    width: 74px;
    height: 56px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin: 20px 0 0 20px;
    display: block;
}
.thumbnail {
    position: relative;
    z-index: 0;
}
.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}
.thumbnail span {
    position: absolute;
    background-color: #e8e8e8;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img { 
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span { 
    visibility: visible;
    left: -564px;
    top: -300px;
    width: 513px;
    overflow: hidden;
    border: 15px solid #e8e8e8;
    padding: 0px;
    cursor: default;
}


