﻿#ImageBrowserTray
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: #EEEEEE;
    border-top: 2px solid #AAAAAA;
    z-index: 50000;
}


#ImageBrowserTray-InputBox 
{

}


#ImageBrowserTray-ResultsList 
{
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: auto;
}

    #ImageBrowserTray-ResultsList img:hover 
    {
        opacity: .80;
        cursor: pointer;
    }


    .ImageBrowserTrayThumbnailPreview {
    }