body{
background:#222223;    
}
.dg-container{
	width: 800px;
	height: 500px;
	position: relative;
    margin:0 auto;
    
}
.dg-wrapper{
	width: 600px;
	height: 400px;
	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: 1500px;
	-moz-perspective: 1500px;
	-o-perspective: 1500px;
	-ms-perspective: 1500px;
	perspective: 1500px;
    top:50px;
}
.dg-wrapper a{
	width: 602px;
	height: 400px;
	display: block;
	position: absolute;
	text-align:center;
	/*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{
	
	padding-top: 40px;
    
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
    
}
.dg-wrapper a img{
    opacity:.3;
    transition: all 0.5s linear;
}
.dg-wrapper a.dg-center img{
   opacity:1;
    transition: all 0.5s linear;
}
.dg-wrapper a.dg-center div{
	display: block;
    
}

    
.dg-container nav{
	width: 900px;
	position: absolute;
	z-index: 1000;
	margin-top:-180px;
	left: 50%;
	margin-left: -450px;
    background:transparent !important;    
}
.dg-container nav span{
	/*text-indent: -2900px;*/
	float: left;
	cursor:pointer;
	width: 58px;
	height: 98px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 780px;
}