.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: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	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;
    border: 2px solid #ffff;
    border-radius: 10px;

	margin:inherit;
    width: 200px;
    height: 200px;
	position: relative;
	top:60px;
}

.dg-center img{
	width: 100% !important;
    height: 292px !important;
    border: 8px solid #fff !important;
	border-radius: 10px;
	top:0px !important;
}
.dg-center{
	border: 12px solid #eccbc2;
	border-radius: 18px;

}
.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.dg-center div{
	display: block;
}
.video{
    margin: 0 auto;
    position: relative;
    top: -180px;
    z-index: 100;
}
.mainbgtwo .line{
    position: absolute;
    width: 2%;
    top: 50%;
    margin-top: -80px;
    left: -12px;
}
.mainbgtwo .linetwo{
	position: absolute;
    width: 2%;
    top: 50%;
    margin-top: -80px;
	right:-12px;
}

.dg-next{
    cursor: pointer;
    background: transparent url(../images/arrowright.png) no-repeat right;
    width: 304px;
    position: absolute;
    height: 64px;
    top: 28%;
    background-size: contain;

}
.dg-prev{
    cursor: pointer;
    background: transparent url(../images/arrowleft.png) no-repeat right;
    width: 295px;
    position: absolute;
    height: 64px;
    margin-left: -567px;
    top: 28%;
    background-size: contain;

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