﻿#ddGrid {
    position: relative;
    width: 600px;
    height: 390px;
    overflow: hidden;    
}
#ddTitleArea {
    position: relative;
    width: 100px;
    height: 390px;
    background: black;
    float: left;
}
#ddTitleArea img {
    display: block;
    width: 100px;
    height: 390px;
    cursor: pointer;
}
#ddImageArea {
 width: 500px;
 height: 390px; 
 position: relative;        
 float: left;
}

#ddImageArea img.dd-main-image, 
#ddImageArea .dd-grid-wrapper,
#ddImageArea img.dd-clear-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 500px;
    height: 390px;                     
    overflow: hidden;
}
#ddImageArea .dd-grid-wrapper img {
    display: inline;
    width: 100px;
    height: 130px;
}
#ddImageArea img.dd-loading-image {
    position: absolute;
    top: 170px;
    left: 240px;
}
    