/* CSS Document */

.m_grllery_content{
	overflow:hidden;
	position:relative;
}
.m_wrap_gallery .m_grllery_content li{
	float:left;
	width:100%;
}
.grllery-list li span{
	display:none;
	line-height:0px; height:0px;
}
.title{
	font-size:14px;
	color:#333;
	line-height:20px;
}
.m_grllery_txt{
	position:absolute;
	bottom:0px;
	left:0px;
	height:36px;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	width:100%;
	line-height:36px;
	text-indent:12px;
	
}
.pic-list img{
	max-width:100%;
	margin:0 auto;
	display:block;
	vertical-align:middle;
}
.m_grllery_an{
	position:absolute;
	bottom:15px;
	right:10px;
}
.m_grllery_an a{
	  display:inline-block;
	  width:10px;
	  height:10px;
	 background:#999;
	 border-radius:50%;
	 margin-right:10px;	 
}
.m_grllery_an a.active{
	background:#fff;	
}