.ShowRollPicBox1{
	position:relative;
	overflow:hidden;
}
.ShowRollPicBox1 .bigimg li{
	position:absolute;
 	width:100%;
	height:100%;
	overflow:hidden;	
	left:0;
	top:0;
	background:#FFF;
}
.ShowRollPicBox1 .bigimg li img{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	/*left: 50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
	max-width:100%;
	max-height:100%;*/
}
.ShowRollPicBox1 .ListTitle{
	position: absolute;
	width:100%;
	height:35px;
	line-height:35px;
	background:rgba(0,0,0,0.6);
	left:0;
	bottom:0;
}
.ShowRollPicBox1 .ListTitle li{
	padding:0 80px 0 10px;
	line-height:35px;
	height:35px;
	overflow:hidden;
	font-size:16px;
	color:#DDD;
}
.ShowRollPicBox1 .ListNum{
	position: absolute;
	width:100%;
	height:20px;
	line-height:20px;
	left:0;
	bottom:7px;
	text-align:right;
}
.ShowRollPicBox1 .ListNum li{
	display:inline-block;
	background:#DDD;
	width:20px;
	text-align:center;
	margin-right:5px;
	border-radius:50%;
	cursor:pointer;
}
.ShowRollPicBox1 .ListNum li.ck{
	background:#F30;
	color:#FFF;
}