.dg-wrapper .testimonial,
.dg-wrapper .testimonial span {
    display: block;
}
.dg-container {
    width: 100%;
    height: 476px;
    position: relative;
}
.dg-wrapper {
    width: 481px;
    height: 316px;
    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-container nav,
.dg-wrapper .testimonial,
.dg-wrapper .testimonial div {
    width: 100%;
    position: absolute;
}
.dg-wrapper .testimonial {
    height: auto;
    left: 0;
    top: 0;
}
.dg-wrapper .testimonial.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 .testimonial img {
    display: block;
    padding: 1px 0 0 1px;
}
.dg-wrapper .testimonial div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    bottom: -55px;
    display: none;
}
.dg-wrapper .testimonial.dg-center div {
    display: block;
}
.dg-container nav {
    z-index: 1000;
    left: 0;
    top: 50%;
    width: 100%;
}
.dg-container nav span {
    text-indent: -9000px;
    cursor: pointer;
    width: 22px;
    height: 39px;
    opacity: 0.8;
    background: url(../images/arrow.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
.dg-container nav span:hover {
    opacity: 1;
}
.dg-container nav span.dg-prev {
    background-position: 0 0;
}
.dg-container nav span.dg-next {
    background-position: -22px 0;
    left: initial;
    right: 0;
}
.dg-disable {
    cursor: none !important;
    pointer-events: none;
}
@media (max-width: 767px) {
    .dg-container {
        height: 336px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .dg-container {
        height: 473px;
    }
}
.dg-center {
    z-index: 1001 !important;
}
