#container { width: 940px; height: 163px; overflow: hidden; position: relative; margin: 10px auto;}
#list { width: 2068px; height: 163px; position: absolute; z-index: 1;}
#list div { float: left; width: 184px; height: 163px; margin: 0 2px; background: #fff; text-align: center;}
#list div img { width: 184px; height: 138px; }
#list div p{
	line-height: 25px;
	text-align: center;
}
#buttons { position: absolute; height: 10px; width: 100px; z-index: 2; bottom: 20px; left: 250px;}
#buttons span { cursor: pointer; float: left; border: 1px solid #fff; width: 10px; height: 10px; border-radius: 50%; background: #333; margin-right: 5px;}
#buttons .on {  background: orangered;}
/*.arrow {cursor: pointer; display: block; line-height: 39px; text-align: center; font-size: 36px; font-weight: bold; width: 40px; height: 40px;  position: absolute; z-index: 2; top: 180px; background-color: RGBA(0,0,0,.3); color: #fff;}*/
.arrow {
	cursor: pointer;
	display: block;
	width: 19px; 
	height: 42px;  
	position: absolute; 
	z-index: 2; 
	top: 55px; 
	/*background-color: RGBA(0,0,0,.3); 
	color: #fff;*/
	}
.arrow:hover { background-color: RGBA(0,0,0,.7);}
#container:hover .arrow { display: block;}
#prev { left: 8px; background: url(../img/lb_btn_lf.png) no-repeat;}
#next { right: 8px; background: url(../img/lb_btn_rt.png) no-repeat;}

.lb-con{
	width: 1000px;
	height: 183px;
	position: relative;
	background: #fff;
	overflow: hidden;
}






