body {

    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgb(0,97,126);
    background-color: rgba(0,97,126,1.0);
    color: rgb(255,204,0);
    color: rgba(255,204,0,1.0);
    font-size: 18px;
}

 #loaderImage{

    position: absolute;
    margin: auto;
    width: 64px;
    height: 64px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 999;
}

.thumbLoaders {

    position: relative;
    display: block;
    margin:auto;
    top:33%;
    bottom:0;
    left:0;
    right:0;
    width: 32px;
    height: 32px;
    z-index: 9999;
}

#exifField {

    font-size: 17px;
    position: absolute;
    text-align: right;
    right: 20px;
    width: 250px;
    top: 40%;
    line-height: 80%;
}

#thumbs {

    overflow: hidden;
    position: absolute;
    margin: auto;
    height: 90px;
    width: 100%;
    z-index: 99;
}

.top {

    top: 5px;
}

 .bottom {

    bottom: 5px;
}

#mouseZone {

    top: 0px;
    position:absolute;
    height: 150px;
    width: 100%;
    z-index: 98;
}

#thumbs ul {

    position: absolute;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

#thumbs li {

    display: inline-block;
    list-style-type: none;
    cursor: pointer;
    margin: 1px 3px;
}

#thumbs .active {

    margin: 0 2px;
    border: 1px solid rgb(255,255,0);
    border: 1px solid rgba(255,255,0,1.0);
}


#nextSlide img, #mainImage img, #mainImage video {

    position:absolute;
    margin:auto;

    left:50px;
    right:50px;

    max-width: 77%;
    max-height: 64%;
    width: auto;
    height: auto;

    /*ie8*/
    height:auto\9;
    width: auto\9;

    z-index: 1;
}

/*thumbscroller on top - image below*/
.top_img{

    top:50px;
    bottom:10px;
}

/*thumbscroller on bottom - image above*/
.bottom_img{

    top:30px;
    bottom:160px;
}

#mainImage img:hover {

    cursor: pointer;
}

#nextSlide img  {

    z-index: 0;
    opacity: 0;
     /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
     filter: alpha(opacity=0);
}

#slide {

    position:absolute;
    margin:auto;

    left:50px;
    right:50px;
    display: none;
    border: 1px solid rgb(255,255,0);
    border: 1px solid rgba(255,255,0,1.0);
}

#slide:hover {

    cursor: pointer;
}

.image {

    z-index:88;
}

.video {

    z-index:-1;
}

#folderName p{

    position: absolute;
    width: 200px;
    left: 2%;
    height: 40px;
    bottom: 40px;
}

#folderComment p{

    font-size: 17px;
    position: absolute;
    width: 200px;
    left: 2%;
    height: 40px;
    bottom: 20px;
}

#folderName .bottom_folderName {

    top: 75%;
}

#folderComment .bottom_folderComment {

    top: 77%;
}

#captions {

    height: 10px;
}

#captions .center {

    position:absolute;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    top: 85%;
    left: -200px;
    width: 400px;
}

#captions .right {

    position:absolute;
    text-align: right;
    width: 200px;
    right: 20px;
    bottom: 40px;
}

#captions .right.bottom_thumbs {

    top: 75%;
}

#captions .top_text{

    position:absolute;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;

    top: 14%;
    left: -200px;
    width: 400px;
}

#captions .top_text.bottom_thumbs{

    top: 4%;
}

#captions .center.bottom_thumbs {

    top: 75%;
}

#comments{

    height: 10px;
    font-size: 17px;
}

#comments .center {

    position:absolute;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    top: 88%;
    left: -250px;
    width: 500px;
}

#comments .right {

    position:absolute;
    text-align: right;
    width: 200px;
    right: 20px;
    bottom: 20px;
}

#comments .top_text {

    position:absolute;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    top: 16%;
    left: -250px;
    width: 500px;
}

#comments .right.bottom_thumbs {

    top: 77%;
}

#comments .center.bottom_thumbs{

    top:77%;
}

#comments .top_text.bottom_thumbs {

    top: 7%;
}


#page {

    position:absolute;
    max-width: 80%;
    left: 300px;
    margin-right: 120px;
    top: 200px;
    overflow: visible;
}

#menu {

    position: absolute;
    height: 350px;
    width: 220px;
    left:2%;
    margin: 0;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.bottom_menu {

    top:20%;
}

.top_menu {

    top:35%;
}

#menu ul {

    padding: 0 10px;
    margin-top: 0;
    list-style: square outside none;
    position: relative;
    display: inline-table;
    z-index: 1111;
}

#menu ul li {

    color: rgb(255,204,0);
    color: rgba(255,204,0,1.0);
}

#menu .active {

    color: rgb(102,255,255);
    color: rgba(102,255,255,1.0);
}

#menu .active:hover {

    color: rgb(102,255,255);
    color: rgba(102,255,255,1.0);
}

#menu ul li:hover {

    color: rgb(153,153,153);
    color: rgba(153,153,153,1.0);
}

#menu ul li ul li:hover {

}

#menu ul li:hover > ul {

    display: block;
}

#menu ul:after {

    content: "";
    clear: both;
    display: block;
}

#menu ul li span {

    display: block;
    padding: 5px 0px;
    text-decoration: none;
}

#creditlink {

    font-size: 16px;
    position: absolute;
    bottom: 2px;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    left:-150px;
    width: 300px;
}

#creditlink a {

    color: rgb(255,204,0);
    color: rgba(255,204,0,1.0);
    text-decoration: none;
}

#creditlink:visited {

}

/*for google parsing, will blink up shortly at initial load unless set*/
#u4711{

    opacity: 0;
}
