﻿.dg-container {
    width: 100%;
    height: 350px;
    position: relative;
    top: 20px;
}

.dg-wrapper {
    width: 437px;
    height: 230px;
    margin-left: 168px;
    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: 437px;
        height: 230px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    }

        .dg-wrapper a b {
            width: 437px;
            height: 230px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.5);
        }

        .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;
        }

        .dg-wrapper a div {
            color: #444;
            bottom: 0px;
            display: none;
            position: absolute;
            left: 631px;
        }

        .dg-wrapper a.dg-center div {
            display: block;
        }

        .dg-wrapper a.dg-center b {
            background-color: transparent;
        }

.dg-container nav {
    width: 764px;
    position: absolute;
    z-index: 1000;
    top: 19px;
    left: 5px;
}

    .dg-container nav span {
        text-indent: -9000px;
        float: left;
        cursor: pointer;
        width: 163px;
        height: 190px;
        opacity: 0.8;
    }

        .dg-container nav span:hover {
            opacity: 1;
        }

        .dg-container nav span.dg-next {
            margin-left: 437px;
        }




.dg-container2 {
    width: 100%;
    height: 450px;
    position: relative;
    top: 20px;
}

.dg-wrapper2 {
    width: 537px;
    height: 330px;
    margin-left: 168px;
    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-wrapper2 a {
        width: 537px;
        height: 330px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    }

        .dg-wrapper2 a b {
            width: 537px;
            height: 330px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.5);
        }

        .dg-wrapper2 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-wrapper2 a img {
            display: block;
        }

        .dg-wrapper2 a div {
            color: #444;
            bottom: 0px;
            display: none;
            position: absolute;
            left: 731px;
        }

        .dg-wrapper2 a.dg-center div {
            display: block;
        }

        .dg-wrapper2 a.dg-center b {
            background-color: transparent;
        }

.dg-container2 nav {
    width: 1064px;
    position: absolute;
    z-index: 1000;
    top: 19px;
    left: 5px;
}

    .dg-container2 nav span {
        text-indent: -9000px;
        float: left;
        cursor: pointer;
        width: 163px;
        height: 290px;
        opacity: 0.8;
    }

        .dg-container2 nav span:hover {
            opacity: 1;
        }

        .dg-container2 nav span.dg-next {
            margin-left: 537px;
        }
