div.oh_overlay {
    background: #888;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

div.oh_gallery_frame {
    float: none;
    background: #ffffff;
    border: solid 1px #322e3e;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 10px;
}

body > div.oh_gallery_frame {
    position: fixed;
}

div.oh_gallery_image {
    float: left;
    padding: 2px 22px 20px 22px;
    clear: both;
}

div.oh_close_button {
    float: right;
    width: 18px;
    height: 18px;
    background: #fff url(/themes/common_images/close-gray-transparent-18.png) no-repeat 50% 50%;
    margin: 2px 2px 0px 0px;
    cursor: pointer;
}

div.oh_gallery_controls {
    width: 52px;
    margin: 2px auto;
}

div.oh_gallery_toolbar {
    float: left;
    width: 100%;
}

div.oh_gallery_prev, div.oh_gallery_next {
    width: 18px;
    height: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}

div.oh_gallery_prev {
    float: left;
    background: #fff url(/themes/common_images/left-gray-transparent-18.png) no-repeat 50% 50%;
}

div.oh_gallery_next {
    float: right;
    background: #fff url(/themes/common_images/right-gray-transparent-18.png) no-repeat 50% 50%;;
}

div.oh_disabled {
    cursor: default;
    background: #fff;
}
