﻿#ImageHelper-SearchInput {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 20000;
}

#ImageHelper-Navigator {
    position: fixed;
    bottom: 0;
    overflow-y: hidden;
    overflow-x: auto;
    height: 150px;
    border-top: 2px solid #000000;
    width: 100%;
    z-index: 20000;
    background: #EEEEEE;
}

    #ImageHelper-Navigator .image:hover {
        opacity: .80;
        cursor: pointer;
    }
