body {

    overflow: hidden;
    margin: 0;
    padding: 0;
    /*font-family: Helvetica, Arial ,sans-serif;*/
    /*font-family: 'Droid Sans Mono', sans-serif;*/
    background-color: rgb(0,66,93);
    background-color: rgba(0,66,93,1.0);
    color: rgb(255,255,0);
    color: rgba(255,255,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;
    direction: rtl;
    right: 20px;
    width: 250px;
    top: 40%;
    line-height: 80%;
    font-size: 12px;
}

#thumbs {

    overflow: hidden;
    position: absolute;
    margin: auto;
    height: 120px;
    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,255);
    border: 1px solid rgba(255,255,255,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;
}

.top_img{
    
    top:50px;
    bottom:10px;
}

.bottom_img{
    
    top:10px;
    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,255);
    border: 1px solid rgba(255,255,255,1.0);
}

#slide:hover {

    cursor: pointer;
}

.image {
    
    z-index:88; 
}

.video {
    
    z-index:-1;
}

#folderName p{
    
    position: absolute;
    width: 200px;
    left: 20px;
    height: 40px;
    bottom: 40px;  
}

#folderComment p{
    
    font-size: 17px;
    position: absolute;
    width: 200px;
    left: 20px;
    height: 40px;
    bottom: 20px;  
}

#folderName .bottom_folderName {
    
    top: 75%;      
}

#folderComment .bottom_folderComment {
    
    top: 77%;      
}

#captions .center {

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

#captions .right {

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

#captions .bottom_captions {
    
    height: 10px;
    top: 75%;
}
    
#comments{
    
    font-size: 17px;
}

#comments .center {
    
    position:absolute;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    top: 88%;
    left: -250px;
    height: 10px;
    width: 500px;
}

#comments .right {
    
    position:absolute;
    text-align: right;
    width: 200px;
    right: 20px;
    height: 10px;
    bottom: 20px;    
}

#comments .bottom_comments {
    
    height: 10px;
    top: 77%;
}

#page {
    
    position:absolute;
    max-width: 90%;
    left: 220px;
    margin-right: 120px;
    top: 120px;
    overflow: visible;
}

#menu {
    
    position:absolute;
    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;
    position: relative;
    display: inline-table;
    z-index: 1;
}

#menu ul li {
    
    color: rgb(255,255,0);
    color: rgba(255,255,0,1.0);
}

#menu .active {
    
    color: rgb(153,153,153);
    color: rgba(153,153,153,1.0);
}

#menu .active:hover {

    color: rgb(153,153,153);
    color: rgba(153,153,153,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;
    /*min-width: 40px;*/
    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,255,0);
    color: rgba(255,255,0,1.0);
    text-decoration: none;
}

#creditlink:visited {
    
}

#u4711{
    
    opacity: 0;
}
