.dg-container{
	width: 100%;
	/* height: 450px; */
	position: relative;
}
.dg-wrapper{
	width: 475px;
	height: 270px;
	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: 475px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/* background: transparent url(../images/browser.png) no-repeat top left; */
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.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;
	padding: 0px 0px 0px 0px;
	border: 1px solid white;
	width: 475px;
    height: 250px;
}
.dg-wrapper a span{
	text-align: center;
	line-height: 80px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: white;
	font-size: 22px;
	width: 100%;
	bottom: -85px;
	opacity: 0;
	position: absolute;
}


.dg-wrapper a.dg-center span{
	opacity: 1;
}
.dg-container nav{
	width: 58px;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	/*
	position: absolute;
	margin-left: -29px;
	*/
}
.dg-container nav span{
	cursor:pointer;
	font-size: 40px;
	position: absolute;
	top: 185px
}
.dg-next {right: 0;}

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

.dg-wrapper a.dg-center {z-index: 50;}


.dg-wrapper a:before {content: ""; width: 1px; height: 15px; position: absolute; left: 0; right: 0; top: -15px; margin: auto; background: white; opacity: 0;}
.dg-wrapper a:after {content: ""; width: 1px; height: 25px; position: absolute; left: 0; right: 0; bottom: -25px; margin: auto; background: white; opacity: 0;}
.dg-wrapper a.dg-center:before, .dg-wrapper a.dg-center:after {opacity: 1;}
.dg-container {margin-top: 50px;}

.dg-wrapper a span:after {content: ""; width: 1px; height: 15px; position: absolute; left: 0; right: 0; bottom: -15px; margin: auto; background: white;}


#dg-container-not nav {display: none;}
.dg-wrapper-not img {width: 243px; height: 137px; border: 1px solid white;}
.dg-wrapper-not a {float: left; margin-right: 6px;; text-decoration: none; color: white; margin-bottom: 70px;}
.dg-wrapper-not a:nth-child(4n) {margin-right: 0;}
.dg-container span {display: block; margin-top: 10px; position: absolute; cursor: url('/images/page/coursor.png'), default;}