.banner {
	position: relative;
    height: 400px;
    margin: 0 auto;
    width: 700px;
}


.dg-wrapper {
	width: 450px;
    height: 350px;
    margin: 0 auto;
    position: absolute;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    left: 125px;
    top: 88px;
}

.dg-wrapper a img {
    display: block;
    width: 100%;
    height:280px;
    background: #fff;
}

.dg-wrapper a.dg-transition {
	 transition: all 1s easy in out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s easy 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;
	top: 400px;
    text-align: center;
	padding-left: 0px;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
    background: #64be00;
}