

/* The infos: fileName, resolution, size of the big-image 
that can be optionally displayed with a thumb*/
.thumbInfos {
    font-family: Arial;
    color: #6c6c6c;
    font-size: 7pt;
}

/*
    navigation through the library: previous/next page, a single page, ...
*/
SPAN.navigation, A.navigation {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #6c6c6c;
    text-decoration: none;
}

A.navigation:Hover {
    font-size: 8pt;
    text-decoration: underline;
}

/*
    The currently selected page in the page-overview bar (1 2 3 4 ...)
*/
SPAN.navigationSelected {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff0000;
}

/* The number of the photo in the detailView */
SPAN.photoNumber {
    font-family: Arial;
    font-size: 8pt;
}

TD.hr {
    background-color: #ff0000;
    height: 1px;
}

HR.hr {
    color: #ff0000;
    height: 1px;
    width: 100%;
}

.imageTitle {
    font-family: Arial;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}

.imageDescription {
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
}