body {
    background: black;
    color:white;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#gallery_container {
    position: relative;
    left: 0;
    top: 0;
    width: 800px;
    height: 405px;
    background: #111111;
}

#gallery_view {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 480px;
    height: 385px;
}

#gallery_list_container {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 270px;
    height: 385px;
    background: white;
    overflow: scroll;
}

.gallery_list_title_element {
    position:relative;
    margin: 5px 0 5px 5px;
    display:block;
    font-size: 13px;
    width: 245px;
    color: white;
    background: #0173ff;
}

.gallery_list_element {
    position:relative;
    margin: 2px 15px;
    display:block;
    font-size: 12px;
    width: 250px;
    color: black;
    cursor: pointer;
}

.gallery_list_element:hover {
    color: #0060d6;
}
