

.page_gallery {
    float: right;
    margin-left: 10px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #ccc;
    background-color: #eee;
}

.page_gallery_thumbnail {
    text-align: center;
}

.page_gallery_title {
    font-size: 10px;
}

.page_gallery img {
    float: inherit;
    border: 0px;
    padding-bottom: 0px;
}

.page_gallery a {
    text-decoration: none;
    border: 0px;
}

.page_gallery_description {
    display: none;
}

#thumbnails_left, #thumbnails {
    float: left;
    margin-right: 10px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #ccc;
    background-color: #eee;
    max-width: 200px;
}

#thumbnails a, #thumbnails_left a, #thumbnails_center a, #thumbnails_right a {
    margin: 0px;
    padding: 0px;
    display: block;
    border: 0px dotted #f00;
}

#thumbnails_right {
    float: right;
    margin-left: 10px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #ccc;
    background-color: #eee;
    max-width: 200px;
}

#thumbnails_center {
    margin-left: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #ccc;
    background-color: #eee;
    max-width: 200px;
}

#thumbnails img, #thumbnails_left img, #thumbnails_center img, #thumbnails_right img {
    border: 0px;
    margin: 0 0 0 0;
    padding: 0;
}

#thumbnails_left #imagetitle, #thumbnails_right #imagetitle, #thumbnails #imagetitle, #thumbnails_center #imagetitle {
    display: block;
    padding: 2px;
    margin: 0px;
    padding-left: 0px;
    font-size: 0.9em;
}