.imageEnlarge {
    position: relative;
    top: 0;
    left: 0;
}

.imageEnlarge .imageEnlargeControlPanel {
    display: none;
}

.imageEnlarge .img {
    text-align: center;
    line-height: 0;
}

.imageEnlarge li {
    display: none;
    cursor: pointer;
}

/* thumbnail */

.imageEnlarge .imageEnlargeThumbList {
   overflow: hidden;
   background-color: #000;
}

.imageEnlarge .imageEnlargeThumbList li {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.imageEnlarge .imageEnlargeThumbList .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/bg_opacity.png);   
    display: none;
}

.imageEnlarge .imageEnlargeThumbList .caption p {
    padding: 10px 50px 10px 10px;
    line-height: 1.3;
    color: #fff;
    background: url(../images/ic_enlarge.png) right 11px no-repeat; 
}

/* large */

.imageEnlarge .imageEnlargeLargeList {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.imageEnlarge .imageEnlargeLargeList .caption {
    padding: 10px 50px 10px 10px;
    background: url(../images/ic_decrease.png) right 10px no-repeat; 
    background-color: #333;
    color: #fff;
    line-height: 1.3;
}