/* Copyright (C) 2012 Technical Lapping Company Ltd. All rights reserved. */
div.ccm-gallery {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #0a0a0a;
    margin-top: 75px;
    border-bottom: 2px solid white;
    visibility: hidden;
}

div.ccm-gallery > div {
    position: absolute;
}

div.ccm-gallery-scrollview {
    height: 600px;
}

div.ccm-gallery-index {
    top: 15px;
    width: 100%;
    height: 30px;
}

div.ccm-gallery-index-content {
    width: 400px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.ccm-gallery-index-pip {
    width: 20px;
    height: 20px;
    background: gray;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

div.ccm-gallery-index-pip.selected {
    background: white;
}

div.ccm-gallery-content {
    white-space: nowrap;
    width: 100%;
}

div.ccm-gallery-content-item {
    overflow: hidden;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

div.ccm-gallery-slide-img {
    width: 615px;
    height: 400px;
    border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
