@charset "utf-8";
#mainimg{margin:0px auto; margin-top:-5px; position:relative;}
#mainimg .put{width: 100%;height:auto;overflow: hidden;}
#mainimg .put li img{width:160%; margin-left:-30%;}



#mainimg .mprev{
	cursor:pointer;
	background:url(../images/d_cleft.png) no-repeat;
	height:128px;
	width:66px;
	position:absolute;
	left:10%;
	top: 50%;
	margin-top:-64px;
}
#mainimg .mnext{
	cursor: pointer;
	background: url(../images/d_right.png)  no-repeat;
	height: 128px;
	width: 66px;
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top:-64px;
}








