.picScroll{ 
	margin:79px auto 0;  
	position:relative;  
	width:1200px;  
	overflow:hidden;   
}

.picScroll .prev{ 
	display:block; 
	position:absolute; 
	top:260px; 
	left:0; 
	width:65px; 
	height:65px; 
	background:url(../img/l.png) no-repeat;   
}
.picScroll .next{ 
	display:block; 
	position:absolute; 
	top:260px; 
	right:0; 
	width:65px; 
	height:65px; 
	background:url(../img/r.png) no-repeat;   
}
.picScroll ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll ul li{ 
	width:285px; 
	float:left; 
	overflow:hidden; 
	margin-right: 20px;   
	position: relative; 
}
.picScroll ul li:last-child{
	margin-right: 0;
}
.picScroll ul li img{ 
	width:285px; 
	height:602px; 
	display:block; 
}
.picScroll_case{
	background: rgba(220, 194, 130, 0.7);
	width:285px; 
	height:602px; 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.picScroll_box{
	border: 4px solid #d8b358;
	margin: 10px;
	width:255px; 
	height:572px; 
}
.picScroll_box h5{
	width: 200px;
	color: #333333;
	font-size: 40px;
	margin: 121px auto 20px;
}
.picScroll_box p{
	width: 200px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto 20px;
}

