
.wrapperr{
	width: 100%;
	position: relative;
	text-align: center;

}

.img-wrapper{
	width: 100%;
	height: 350px;
	position: relative;

	
}
.imgBox{
	width: 350px;
	height:auto;
	
	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: 2000px;
	-moz-perspective: 2000px;
	-o-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;

	
}
.imgBox a{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);


}
.imgBox a.bx-animate{
	-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;
}
.imgBox a img{
	display: block;
}
.imgBox a div{
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	width: 100%;
	bottom: -12px;
	display: none;
	position: absolute;
}
.imgBox a.dg-center div{
	display: block;
}


