body {

    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgb(211,211,211);
    background-color: rgba(211,211,211,1.0);
    color: rgb(0,0,0);
    color: rgba(0,0,0,1.0);
    font-size: 13px;
}

 #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: 12px;
    position: absolute;
    text-align: right;
    right: 20px;
    width: 250px;
    top: 40%;
    line-height: 80%;
}

#exifField.bottom_thumbs {

    top: 25%;
}

#thumbs {

    overflow: hidden;
    position: absolute;
    margin: auto;
    height: 100px;
    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(0,0,0);
    border: 1px solid rgba(0,0,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(0,0,0);
    border: 1px solid rgba(0,0,0,1.0);
}

#slide:hover {

    cursor: pointer;
}

.image {

    z-index:88;
}

.video {

    z-index:-1;
}

#albumInfo {

    position: absolute;
}

#albumInfo.left {

    left: 2%;
    bottom: 2%;
}

#albumInfo.left.bottom_thumbs {

    bottom: 140px;
}

#albumInfo.top_text, #imageInfo.top_text {

    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    top: 14%;
}

#albumInfo.top_text.bottom_thumbs, #imageInfo.top_text.bottom_thumbs {

    top: 3%;
}

#folderName {

    position: relative;
}

#folderName p{

    width: 200px;
}

#folderComment {

    position: relative;
}

#folderComment p{

    font-size: 12px;
    width: 200px;
}

#imageInfo {

    position: absolute;
}

#imageTitle {

    width: 200px;
}

#imageCaption{

    font-size: 12px;
    width: 200px;
}

#imageInfo.right {

    text-align: right;
    bottom: 2%;
    right: 2%;
}

#imageInfo.right.bottom_thumbs {

    bottom: 140px;
}

#imageInfo.center {

    text-align: center;
    top: 87%;
    margin-left: 50%;
    margin-right: 50%;
}

#imageInfo.center.bottom_thumbs {

    top: 77%;
}

#albumInfo.top_text #folderName p, #imageInfo.center #imageTitle, #imageInfo.top_text #imageTitle {

    position: absolute;
    width: 400px;
    left: -200px;
}

#imageInfo.center #imageCaption {

    position: absolute;
    top:30px;
    width: 500px;
    left: -250px;
}

#albumInfo.top_text #folderComment p, #imageInfo.top_text #imageCaption {

    position: absolute;
    top: 20px;
    width: 500px;
    left: -250px;
}

#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(0,0,0);
    color: rgba(0,0,0,1.0);
}

#menu .active {

    color: rgb(204,63,63);
    color: rgba(204,63,63,1.0);
}

#menu .active:hover {

    color: rgb(204,63,63);
    color: rgba(204,63,63,1.0);
}

#menu ul li:hover {

    color: rgb(136,136,136);
    color: rgba(136,136,136,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;
}

#extLink a{

    text-decoration: none;
    display: block;
    padding: 5px 0px;
    color: rgb(0,0,0);
    color: rgba(0,0,0,1.0);
}

#extLink a:hover {
    color: rgb(136,136,136);
    color: rgba(136,136,136,1.0);
}

#creditlink {

    font-size: 11px;
    position: absolute;
    bottom: 2px;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    left:-150px;
    width: 300px;
}

#creditlink a {

    color: rgb(0,0,0);
    color: rgba(0,0,0,1.0);
    text-decoration: none;
}

#creditlink:visited {

}

/*for google parsing, will blink up shortly at initial load unless set*/
#u4711{

    opacity: 0;
}
