.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_title {
    font-size: 10px;
} .page_gallery img {
    float: inherit;
    border: 0px;
    padding-bottom: 0px;
} .page_gallery a {
    text-decoration: none;
} .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;
} #thumbnails a, #thumbnails_left a, #thumbnails_center a, #thumbnails_right a {
    margin: 0px;
    padding: 0px;
    display: inline;
    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: 174px;
} #thumbnails_center {
    text-align: center;
} #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 {
    display: block;
    padding: 5px;
    margin: 0px;
    width: 174px;
    font-size: 0.9em;
}

