.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 {
    padding: 0px;
}

.page_gallery_title {
    font-size: 11px;
    padding-bottom: 3px;
}

.page_gallery img {
    float: inherit;
    border: 0px;
    padding-bottom: 0px;
    margin-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;
    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;
}

#teaser #thumbnails {
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
	display: table-cell;
    vertical-align: middle;
}

#teaser #thumbnails img {
    

}

#thumbnails a, #thumbnails_left a, #thumbnails_center a, #thumbnails_right a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
    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: 250px;
}

#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: 250px;
    font-size: 0.9em;
}

