.dg-container{
    width: 1280px;
    height: 450px;
    position: relative;
    margin: auto;
}
.dg-wrapper{
	width: 570px;
	height: 406px;
	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: 570px;
	height: 406px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.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;
	width: 570px;
	height: 406px;
	/*padding: 41px 0px 0px 1px;*/
}
.dg-wrapper a div{

    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e0bf9a;

	width: 100%;
	/*bottom: -55px;*/
	display: none;
	/*position: absolute;*/
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 37%;

}
.dg-container nav span{
	display: block;
	width: 51px;
	height: 91px;
}
.dg-container nav .dg-prev{
	background: url(../images/advantage_le.png)no-repeat;
	float: left;
}
.dg-container nav .dg-next{
	background: url(../images/advantage_ri.png)no-repeat;
	float: right;
}

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




.dg-container .dg-prev{
	display: block;
	width: 51px;
	height: 91px;
	background: url(../images/advantage_le.png)no-repeat;
	position: absolute;
	z-index: 1000;
	top: 37%;
}
.dg-container .dg-next{
	display: block;
	width: 51px;
	height: 91px;
	background: url(../images/advantage_ri.png)no-repeat;
	position: absolute;
	z-index: 1000;
	top: 37%;
	right: 0px;
}