.dg-container{
	width: 100%;
	height: auto;
	position: relative;
	margin-top:15px;
}
.dg-wrapper{
	width: 560px;
	height: 390px;
	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: 560px;
	height: 390x;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 7px 20px rgba(0,0,0,0.9);
}
.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:0;
	width:560px;
	height:390px;
}
.dg-container nav{
	width: 80px;
	position: absolute;
	z-index: 1000;
	bottom: 20px;
	left: 50%;
	margin-left: -35px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 34px;
	height: 36px;
	opacity: 0.8;
	background: transparent url(../images/banner/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: 5px;
}














@media screen and (max-width:1024px){
	.dg-wrapper{
	width:400px;
	height: 270px;
	margin: 0 auto;
	overflow:hidden;
}
.dg-wrapper a{
	width: 350px;
	height: 270x;
}
.dg-wrapper a img{
	width:350px;
	height:270px;
}
.dg-container nav{
	left:46%;
}


}
@media screen and (max-width:900px){
	.dg-wrapper{
	width:400px;
	height: 220px;
	margin: 0 auto;
}
.dg-wrapper a{
	width: 350px;
	height: 220x;
}
.dg-wrapper a img{
	width:350px;
	height:220px;
}
.dg-container nav{
	left:46%;
}

}
@media only screen and (min-width:992px) and (max-width:1199px)
{
.dg-wrapper{
	width:500px;
	height: 320px;
	margin: 0 auto;
}
.dg-wrapper a{
	width: 450px;
	height: 320x;
}
.dg-wrapper a img{
	width:450px;
	height:320px;
}
.dg-container nav{
	left:48%;
}

}
@media only screen and (min-width:768px) and (max-width:991px)
{
}
@media only screen and (max-width:767px) 
{
		.dg-wrapper{
	width:250px;
	height: 150px;
	margin: 0 auto;
	
}
.dg-wrapper a{
	width: 200px;
	height: 150x;
}
.dg-wrapper a img{
	width:200px;
	height:150px;
}
.dg-container nav{
	left:46%;
}

}
@media only screen and (max-width:639px) 
{
}