/* CSS Document */

.main_content_image_div {
        position: relative;
        overflow: hidden;
        color: #000000;
        background-color: #F3F3F3;
        border: solid 1px #000000;
        padding: 10px 30px 10px 30px;
        margin: 20px 0px 0px 0px;
}

div.main_content_image_div h1 {
        color: #F3F3F3;
}

.image_bar_above1 {
        position: relative;
        color: #686868;
        text-align: center;
        padding-left: 150px;
        padding-right: 150px;
}

.image_bar_above2 {
        position: relative;
        color: #000000;
        font-size: 1.2em;
        text-align: center;
        padding-top: 5px;
}

.image_bar_prev {
        position: relative;
        float: left;
        width: 175px;
        color: #C5C5C5;
        font-size: 0.7em;
}

.image_bar_next {
        position: relative;
        float: right;
        width: 175px;
        color: #C5C5C5;
        text-align: right;
        font-size: 0.7em;
}

div.image_bar_prev span,
div.image_bar_next span,
div.image_bar_prev a:link, div.image_bar_prev a:visited, div.image_bar_prev a:active,
div.image_bar_next a:link, div.image_bar_next a:visited, div.image_bar_next a:active {
        color: #686868;
        text-decoration: none;
}

div.image_bar_prev a:hover,
div.image_bar_next a:hover {
        color: #000000;
        text-decoration: underline;
}

.image_img {
        position: relative;
        text-align: center;
        padding-top: 10px;
}

.image_title {
        position: relative;
        color: #000000;
        text-align: center;
        font-size: 1.1em;
        font-style: italic;
        padding-top: 5px;
}

.image_photog {
        position: relative;
        color: #000000;
        text-align: center;
        padding-top: 5px;
        margin-bottom: 20px;
}

div.image_photog span {
        font-size: 1.1em;
        font-style: italic;
}

div.image_photog a:link, div.image_photog a:visited, div.image_photog a:active {
        color: #000000;
        text-decoration: underline;
}

div.image_photog a:hover {
        color: #000000;
        text-decoration: none;
}

.image_aux_cont {
        position: relative;
        font-size: 0.85em;
        padding-top: 5px;
}

.image_aux_l {
        position: relative;
        float: left;
        width: 255px;
        color: #686868;
        text-align: right;
}

.image_aux_r {
        position: relative;
        float: right;
        width: 475px;
        color: #333333;
        text-align: left;
        padding-right: 180px;
}

div.image_aux_r a:link, div.image_aux_r a:visited, div.image_aux_r a:active {
        color: #D9D9D9;
        text-decoration: underline;
}

div.image_aux_r a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.image_aux_c {
        clear: both;
}

div.main_content_image_div .notice {
        color: #686868;
        text-align: center;
        font-size: 0.85em;
        font-style: italic;
        border-top: solid 1px #686868;
        padding-top: 10px;
        margin-top: 15px;
}

.image_load {
        position: relative;
        display: none;
}
