.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 {	
    background-color: #F5F5F5;
    border: 1px solid #E9E9E9;
    float: left;
    font-size: 11px;
    margin: 0px 15px 10px 0px;
    padding: 3px;
    text-align: center;
    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 {
    background-color: #F5F5F5;
    border: 1px solid #E9E9E9;
    float: right;
    font-size: 11px;
	margin: 0px 0px 10px 15px;
    padding: 3px;
    text-align: center;
    max-width: 200px;
}

#thumbnails_right a, #thumbnails_left a, #thumbnails a {
	line-height: 0;
	border: 0;
}

#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;
}

#teaser img {
    max-width: 75px;
    max-height: 75px;
}

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