.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
	margin-top: 30px;
}
.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-wrapper .item_princing{	
	display: block;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;	
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper .item_princing .button{
	background-color: #c6c6c6;
	border-bottom: 6px solid #b2b2b2;
}
.dg-wrapper .item_princing.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 .item_princing img{
	display: block;
	padding: 41px 0px 0px 1px;
}

.dg-wrapper .item_princing.dg-center div{
	display: block;
	z-index: 999999;
}

.dg-wrapper .item_princing.dg-center .button{
	background-color: #31B44C;
	border-bottom: 6px solid #2292d2;
}

.dg-container .nav_princing{
	width: 110px;
	position: absolute;
	z-index: 1000;
	bottom: -95px;
	left: 43%;	
}
.dg-container .nav_princing span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 30px;
	height: 45px;
	opacity: 0.8;
	background: transparent url("../../img/bg_direction_nav.png") no-repeat top left;
}
.dg-container .nav_princing span:hover{
	opacity: 1;
}
.dg-container .nav_princing span.dg-next{
	background-position: top right;
	margin-left: 50px;
}