.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.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: 580px;
}



.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 50px;
	top: 0;
	border: 5px solid #efefef;
	border-radius: 10px;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	text-decoration: none;
}


@media screen and (max-width:992px){
.dg-wrapper a{
	width: 370px;
	height: 250px;
	display: block;
	position: absolute;
	left: 50px;
	top: 0;
	border: 5px solid #efefef;
	border-radius: 10px;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	text-decoration: none;
   }

.dg-wrapper a.dg-center{z-index:9999!important;position:relative;display:inline-block;width:370px;}

}


@media screen and (max-width:890px){

.dg-wrapper a{

height: 250px;
display: block;
position: absolute;
left: 80px;
top: 0;
border: 5px solid #efefef;
border-radius: 10px;
background: transparent url(../images/browser.png) no-repeat top left;
box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
text-decoration: none;
	
}

.dg-wrapper a.dg-center{z-index:9999!important;position:relative;display:inline-block;width:370px;}

}




.dg-wrapper a.dg-center{z-index:9999!important;position:relative;display:inline-block}

.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: 41px 0px 0px 1px;*/
}
.dg-wrapper a div{
  font-style: italic;
  text-align: center;
  line-height: 25px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  color: #333;
  font-size: 15px;
  width: 100%;
  display: none;
  margin-top: 0px;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	position: absolute;
	z-index: 1000;
	bottom: 30px;
	left: 49%;
	margin-left: -29px;
}

@media screen and (max-width:992px){
.dg-container nav{
	position: absolute;
	z-index: 1000;
	bottom: 76px;
	left: 44%;
	margin-left: -29px;
  }
}

.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 80px;
	height: 75px;
	opacity: 0.8;
	background: transparent url(../images/light-skin-1.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}