#mainCenter {
    height:              100%;
}

#ThumbnailFrame {
    width:               100%;
    height:              100%;
    border:              0px;
}

#DisplayFrame {
    width:               100%;
    height:              100%;
    border:              0px;
}

a {
    color:               #000;
    text-decoration:     none;
    font-weight:         normal;
} 

a:hover {
    color:               #000;
    text-decoration:     underline;
}

.gallery
{
    font-size:           12px;
    font-family:         Trebuchet MS, verdana, arial;
    color:               #333;
    background-color:    #CCCCCC;
    padding:             6px 3px 6px 6px;    /* Top, right, bottom, left */
}

.gallery .title{
    font-size:           1.2em;
    font-weight:         bold;
}

.gallery .author{
    font-size:           0.9em;
}

.gallery .comment_nospace{
    font-size:           0.9em;
    padding-bottom:      6px;
}

.gallery .comment{
    font-size:           0.9em;
}

.thumbnail{
    font-size:           12px;
    font-family:         Trebuchet MS, verdana, arial;
    color:               #333;
    padding:             0px 3px 0px 6px;    /* Top, right, bottom, left */
}

.thumbnail .subtitle{
    font-size:           1.1em;
    font-weight:         bold;
    text-align:          center;
}

.thumbnail .title{
    font-size:           1.1em;
}

.thumbnail .author{
    font-size:           0.9em;
}

.thumbnail .comment_nospace{
    font-size:           0.9em;
    padding-bottom:      6px;
}

.thumbnail .comment{
    font-size:           0.9em;
}

.thumbnailSeparator {
    width:               95%;
    border-bottom:       1px dotted #333333;
    padding-top:         6px;
    padding-bottom:      6px;
}

.imageinfo{
    font-size:           14px;
    font-family:         Trebuchet MS, verdana, arial;
    color:               #333;
    padding:             0px 3px 0px 6px;    /* Top, right, bottom, left */
}

.imageinfo .title{
    font-size:           1.1em;
}

.imageinfo .author{
    font-size:           0.9em;
}

.imageinfo .comment_nospace{
    font-size:           0.9em;
    padding-bottom:      6px;
}

.imageinfo .comment{
    font-size:           0.9em;
}

.back_button {
    color:               blue;
    font-weight:         bold;
    font-family:         Trebuchet MS, verdana, arial;
    text-decoration:     underline;
    padding-right:       15px;
}

.next_button {
}

.prev_button {
}
