.dg-container {
    width: 100%;
    position: relative;
    overflow:hidden;
    margin-top: 20px;
}

.dg-wrapper {
    margin: 0px auto;
    width: 482px;
    height: 340px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    left: 0px;
    top: 0px;
    width: 482px;
    display: block;
    position: absolute;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    padding: 0px;
    display: block;
}

.dg-wrapper a div {
    color:#3a424a;
    /*background-color:#3a424a;*/
    width: 50%;
    margin:0px 25% -20px 25%;
    text-align: center;
    bottom: -55px;
    line-height: 39px;
    font-size: 16px;
    display: none;
    position: absolute;
    font-size:18px;
    font-weight: bold;
    /*border: 2px solid #f7bf5f;*/
    text-shadow: 0px 8px 8px #aaa;
}

.dg-wrapper a.dg-center div {
    display: block;
}

.dg-container nav {
    left: 0px;
    top:0px;
    width: 100%;
    height:264px;
    position: absolute;
}

.dg-container nav div {
    width: 72px;
    height: 264px;
    float: left;
    cursor: pointer;
    position: relative;
    display: block;
    margin:0px;
    padding-top:86px;
    z-index:1000;
    background: url(../image/3d/arrleft-gray.png) no-repeat left center;
    background-size:75%;
}
.dg-container nav div.dg-next {
    background: url(../image/3d/arrright-gray.png) no-repeat right center;
    float:right;
    background-size:75%;
}

.dg-container nav div:hover {
    background: url(../image/3d/arrleft-orange.png) no-repeat left center;
    opacity: 1;
    background-size:75%;
}
.dg-container nav div.dg-next:hover {
    background: url(../image/3d/arrright-orange.png) no-repeat right center;
    background-size:75%;
}
.dg-center{z-index:1;border:3px solid #f7bf5f;}