.dg-container{
    width: 100%;
    height: 480px;
    position: relative;
    z-index: 1;
}
.dg-wrapper{
    width: 721px;
    height: 474px;
    margin: 0 auto;
    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{
    position: absolute;
    left: 0;
    top: 0;
    background:black;

}
.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;
}
.home2colorImg,
.dg-wrapper a img{
    display: block;
    width:720px;
    height:390px;
}
.dg-wrapper a div{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background: rgba(0,0,0,0.95);
    font-size: 16px;
    top: 0px;
    display: none;
    position: absolute;
    font-family:inherit;
    opacity: 0;
    width:720px;
    height:390px;
}

.dg-wrapper a div h3{
    color:#fff;
    padding:10px 20px 0px 20px;
}
.dg-wrapper a div p{
    color:#909090;
    padding:0px 20px 20px 20px;
    font-size:14px;
}

.dg-wrapper a.dg-center div{
    display: block;
}
.dg-container nav{
    width: 250px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -110px;
    margin-top: -40px;
}

.dg-container nav span{
}
.dg-container nav span:hover{
    opacity: 1;
}
.dg-container nav span.dg-next{
    background-position: top right;
    margin-left: 10px;
}

.dg-center {
    z-index:99999;
}
.dg-center:hover div {
    /*opacity:1;*/
}
