.dg-container {
    width: 100%;
    height: 395px;
    position: relative;
    margin-top: 70px;
}

.dg-wrapper {
    /*width: 350px;*/
    width:31%;
    height: 395px;
    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 {
        width: 100%;
        height: 395px;
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        text-decoration: none;
        color: #49575F;
        font-size: 16pt;
        /*border: 1px solid #E8E8E8;*/
    }

        .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 {
            display: block;
            padding: 0px;
            width:100%;
        }

        .dg-wrapper a .item {
            background-color: #fff;
            box-shadow: 0px -10px 15px 0px #E3E3E3;
        }

        .dg-wrapper a .shadow {
            height: 20px;
            width: 50%;
            background: -webkit-radial-gradient(#ddd, #eee, #F2F2F2);
            background: -o-radial-gradient(#ddd, #eee, #F2F2F2);
            background: -moz-radial-gradient(#ddd, #eee, #F2F2F2);
            background: radial-gradient(#ddd, #eee, #F2F2F2);
            border-radius: 25px;
            margin-top: 15px;
            margin-left: 24%;
        }

        .dg-wrapper a div.top {
            line-height: 40px;
            text-align: center;
            color: #4A575F;
        }

        .dg-wrapper a div.bottom {
            text-align: center;
            color: #4A575F;
            line-height: 40px;
        }

        .dg-wrapper a.dg-center div.top {
            color: #F8D659;
        }

        .dg-wrapper a.dg-center div.bottom {
            color: #1A5E93;
        }

        .dg-wrapper a.dg-center div {
            display: block;
        }

.dg-container nav {
    width: 58px;
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    left: 50%;
    margin-left: -29px;
}

    .dg-container nav span {
        text-indent: -9000px;
        float: left;
        cursor: pointer;
        width: 24px;
        height: 25px;
        opacity: 0.8;
        background: transparent url(../images/arrows.png) no-repeat top left;
    }

        .dg-container nav span:hover {
            opacity: 1;
        }

        .dg-container nav span.dg-next {
            background-position: top right;
            margin-left: 10px;
        }
