@charset "utf-8";

.m_prod {position:relative;width:450px;height:450px;margin:40px 0 60px;border:5px solid #ccc;}
	.m_prod1 {float:left;}
	.m_prod2 {float:right;}
	.m_prod .tit {display:table-cell;position:absolute;left:0;right:0;bottom:0;height:64px;padding-top:30px;font-size:1.3em;color:#fff;text-transform:uppercase;text-align:center;background:url('img/m_prod_bg.png') repeat-x;z-index:2;}
.m_prod ul {display:block;list-style:none;margin:0;padding:0;}
	.m_prod ul li {display:block;float:left;position:relative;}
	.m_prod ul li img {width:440px;height:440px;}
	/* .m_prod ul li .tit {display:table-cell;position:absolute;left:0;right:0;bottom:0;height:64px;padding-top:30px;font-size:1.3em;color:#fff;text-transform:uppercase;text-align:center;background:url('img/m_prod_bg.png') repeat-x;z-index:2;} */
.m_prod .pager {position:absolute;right:0;bottom:0;margin:0 -5px -30px 0;}
	.m_prod .pager a {display:inline-block;width:10px;height:10px;margin-left:3px;border-radius:50%;text-indent:-9999em;background:#ccc;}
	.m_prod .pager a.selected {background:#fc4949;}
