.dg-container{
	width: 100%;
	height: 600px;
	position: relative;
	overflow:hidden;
}
.dg-container h1{
	color:#00915b;
	font-weight:700;
	font-size:40px;
	line-height:40px;
	text-align:center;
}
.dg-wrapper{
	width: 410px;
	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;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dg-wrapper a.dg-center{
	box-shadow: 0px 0px 17px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 17px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 17px rgba(0,0,0,0.4);
}
.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:100% !important;
	height:auto !important;
}
.dg-wrapper a div{
	text-align: center;
	line-height: 50px;
	text-transform:uppercase;
	font-weight:700;
	color: #373133;
	font-size: 21px;
	width: 100%;
	bottom: -60px;
	opacity: 0;
	position: absolute;
	line-height:20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dg-wrapper a.dg-center div{
	opacity: 1;
}
.dg-container nav{
	position: absolute;
	z-index: 1;
	left:0;
	right:0;
	top:255px;
}
.dg-container nav .dg-prev{
	text-indent: -9000px;
	float:left;
	cursor:pointer;
	width: 26px;
	height: 48px;
	opacity: 0.8;
	display:block;
	background:url(../images/arrow-left.png) center center no-repeat;
	position:absolute;
	left:0;
}
.dg-container nav .dg-next{
	text-indent: -9000px;
	float:left;
	cursor:pointer;
	width: 26px;
	height: 48px;
	opacity: 0.8;
	display:block;
	background:url(../images/arrow-right.png) center center no-repeat;
	position:absolute;
	right:0;
}
.dg-container nav span:hover{
	opacity: 1;
}

/*@media screen and (max-width:1200px) {
	.dg-wrapper{
		-webkit-transform:scale(0.8);
		-moz-transform:scale(0.8);
		-o-transform:scale(0.8);
		-ms-transform:scale(0.8);
		transform:scale(0.8);
	}
}*/

@media screen and (max-width:500px) {
	.dg-wrapper{
		/*-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		transform:scale(0.6);*/
		width:260px;
	}
	.dg-container nav{
		top:195px;
	}
	
	.dg-container{
	height:460px;
	}
}




