.dg-container{
	width: 100%;
	height: 700px;
	position: relative;
    
    
}
.dg-wrapper{
	width: 915px;
	height: 463px;
	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: 917px;
	height: 463px;
	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);*/
}

.minusleft{
    position:relative !important;
    left:-150px !important;
}
.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: 1200px;
	position: absolute;
	z-index: 1000;
	margin-top:300px;
	left: 50%;
	margin-left: -600px;
    background:transparent !important;    
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 58px;
	height: 98px;
	opacity: 0.8;
	background: transparent url(../images/arrows-black.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 1070px;
}