.gallerylayer {
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 6px;
    height: 160px;
    margin: 2px;
    display: inline;
    float: left;
    text-align: center;
    vertical-align: top;
}

.gallerytable {
    border-collapse: collapse;
    clear: both;
}

.galleryimagebox {
    background-color: #FFFFFF;
    border: 1px;
    border-style: solid;
    border-color: #999999;
    cursor: pointer;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: middle;
}

.galleryimageboxhover {
    background-color: #f4f4f4;
    border-color: #666;
    border: 1px;
    border-style: solid;
    cursor: pointer;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: middle;
}

.gallerytitle {
    text-align: center;
    vertical-align: bottom;
    height: 24px;
    color: #FF0000;
}

.gallerytitlelayer {
    width: 130px;
    overflow-x: hidden;
    white-space: nowrap;
}

.gallerytitlelink {
    color: #000000;
    cursor: pointer;
}

.gallerytitlelinkhover {
    cursor: pointer;
    color: #000000;
    background-color: #f8dad0;
}

.gallerytitlehover {
    background-color: #C3E1F4;
    text-align: center;
    vertical-align: bottom;
    height: 24px;
    color: #FF0000;
}

.gallerythumb {
    border: 0px;
}
