.module4-banner {
    position: relative;
    overflow:hidden;
    /*height: 417px;*/
    padding: 55px 0 16px;
    margin: 0 auto;
    text-align: center;
}

.dg-container {
    position: relative;
    width: 100%;
    /*height: 417px;*/
    /*overflow:hidden;*/
}

.dg-wrapper {
    width: 683px;
    height: 650px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%;
    height: 417px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a .txt{width:340px; margin:55px auto; display:none;}
.dg-wrapper a .txt h2{font-size:16px; color:#000000; text-transform:uppercase; line-height:1.653; font-weight:400; margin-bottom:15px;}
.dg-wrapper a .txt h2:hover{color:#b06c8f;}
.dg-wrapper a .txt span.time{font-size:12px; color:rgba(0, 0, 0, 0.502); text-transform:uppercase; line-height:2.204; text-align:left; display:block; margin-bottom:10px;}
.dg-wrapper a .txt p{font-size:13px; color:#666666; text-transform:uppercase; line-height:1.727; text-align:left;}
.dg-wrapper a:first-child {
    z-index: 2;
}
.dg-wrapper a.dg-center .txt{display:block;}
.dg-wrapper a img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 417px;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav {
    display: none;
}

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

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

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button {
     position: relative;
     z-index: 5;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: rgb(220, 220, 220);
    border:1px solid rgb(220, 220, 220);
}

.dg-container .button .light {
    background:#fff;
    border:1px solid #b06c8f;
}