body {
    background-color: #000000;
    color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0px auto;
    padding-top: 20px;
    text-align: center;
}

img {border:0}

h1 {
    color: white;
    font-size: 12px;
    line-height: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}
h2 {
    color: white;
    font-size: 11px;
}

A:link, A:visited {
    color: lightCyan;
}

A:visited {
    color: lightGreen;
}

A:hover,A:active {
    color: red;
}

/* ================================================================= */
.album_div {
    margin-left: auto;
    margin-right: auto;
    width: 635px;
}
.back_to_home {
    margin-bottom: 3px;
}

.album_header_div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.album_header_comments_div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    padding-top: 6px;
    text-align:center;
    padding-bottom: 12px;
}
.album_body_div {
}

/* ================================================================= */

.photo_div {
    float: left;
    width: 127px;
    height: 127px;
    text-align:center;
    vertical-align: middle;
    line-height: 127px;
}

.photo_div img{
    margin-top:18px;
}

.photo_div a{
    display: block;
    width: 127px;
    height: 127px;
    background: #fff url(photodiv.png) 0 0 no-repeat;
}

.photo_div a:hover{
    background-position: -127px 0;
    color: #C24F00;
}
/* ================================================================= */

.nav_div {
    margin-bottom: 12px;
    margin-top: 12px;
}
.nav_photo_div {
    width: 88px;
    height: 88px;
    background-position: center;
    border: 1px solid #CCCCCC;
    padding: 2px;
    float: left;
}

/* ================================================================= */
.viewphoto_title {
    padding-top: 12px;
    padding-bottom: 12px;
    clear: both;
}
.nav_link_index_page {
    display: inline;
}
.nav_link_previous_image {
    display: inline;
}
.viewphoto_comments {
    font-size: 11px;
    margin-top: 20px;
}
.viewphoto_info {
    font-size: 10px;
}
.nav_link_next_image {
    display: inline;
}
/* ================================================================= */

.generator {
    text-align: right;
    clear: both;
    margin-top: 40px;
    padding-right: 20px;
    padding-bottom: 6px;
}
.slideshow_div {
}

.viewimage {border:1px solid #000000}
