.galleryThumbnailHolder{
    float: left;
    margin: 10px;
    width: 212px;
    height: 162px;
}

.galleryThumbnailFrame{
    position: absolute;
    width: auto;
    height: auto;
    display: block;
    border: 1px solid black;
    text-decoration: none;
    color: black;
}
.galleryThumbnail{
    width: auto;
    height: auto;
    border: 5px solid white;
}

.galleryThumbnailName{
    position: absolute;
    left: 0px;
    bottom: 0px;
    /*visibility: hidden;*/
    text-align: center;
    border: 1px solid black;
    background-color: white;
    margin: 8px;
    padding: 0px 4px;
    font-size: 12px;
}

/* PREVIEW */
.imagePreview{
    position: relative;
    margin: auto;
    width: auto;
}
.imagePreview a.button,.imagePreview div.button{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
}
.imagePreview div.controls{
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -70px;
    width: 140px;
    height: 40px;
}
.imagePreview a.next{
    top: 0px;
    right: 0px;
    background-image: url(../../design/button-right-inactive.png);
}
.imagePreview a.next:Hover{
    background-image: url(../../design/button-right.png);
}
.imagePreview a.previous{
    top: 0px;
    left: 0px;
    background-image: url(../../design/button-left-inactive.png);
}
.imagePreview a.previous:Hover{
    background-image: url(../../design/button-left.png);
}
.imagePreview a.up{
    top: 0px;
    left: 50%;
    margin-left: -20px;
    background-image: url(../../design/button-up-inactive.png);
}
.imagePreview a.up:Hover{
    background-image: url(../../design/button-up.png);
}


.galleryThumbnailFolder{
    background-image: url(../../design/folder.png);
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 10px;
    right: 5px;
}