#bg {
    width: 100%;
    overflow: hidden;
    height: 700px;
    }

#gallery {
    height: 700px;
    }
    
.gallery_nav {
    position: absolute;
    top: 600px;
    left: 110px;
    width: 453px;
    z-index: 50;
    }

#gallery_controls {
    position: absolute;
    top: 270px;
    left: 0px;
    width: 1000px;
    z-index: 60;
    }
    

    #gallery_controls a {
        opacity: .6;
        filter: alpha(opacity=60);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";        
        }

    #gallery_controls a:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    
    #gallery_controls #prev {
        position: absolute;
        left: 0px;
        }

    #gallery_controls #next {
        position: absolute;
        left: 841px;
        }


#bottom_mask {
    top: 675px;
    }    

#footer {
    top: 705px;
    }