.dg-container{
	width: 100%;
	height: 500px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 310px;
	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: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	color: #010000;
}
.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: 10px 10px 0px 10px;
	max-width: 100%;
	border-radius: 15px;
	width: 483px;
	height: auto;
}
.dg-wrapper a div.description {
	/* font-style: italic; */
	text-align: center;
	line-height: 22px;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.5); */
	color: #010000;
	font-size: 16px;
	width: 100%;
	/* bottom: -55px; */
	/* display: none; */
	position: absolute;
	background: #fff;
}
.dg-wrapper a.dg-center div.description {
	display: block;
	text-align: center;
}
.dg-container nav{
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 0;
	margin-top: -112px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 53px;
	height: 53px;
	/* opacity: 0.8; */
	/* background: #fff; */
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
	float: right;
}
.dg-container nav span.dg-prev {
	background-image: url(../images/arrow-left.png);
        opacity: 0.5;
}

.dg-container nav span.dg-next {
    background-image: url(../images/arrow-right.png);
    opacity: 0.5;
}
.dg-container .nav-inner {
    width: 528px;
    margin: 0 auto;
}
.dg-wrapper a div.description .inner h3 {
    font-weight: bold;
    width: 80%;
    margin: 14px auto;
}
.dg-wrapper a div.description .inner p {
    text-align: justify;
}
.dg-wrapper a div.description .inner {
    padding: 0 20px;
    
}
.dg-wrapper a div.description .inner p.text-des {
    display: none;
}

.dg-wrapper a.dg-center div.description .inner p.text-des {
    display: block;
    
}

