/*»ù±¾ÑùÊ½*/
.poster-main{
	width: 1000px;
	height: 190px;
	position: relative;
	margin: 30px auto;
}
.poster-main a,.poster-main img{
	display:block;
}
.poster-main .poster-list{
	width: 1000px;
	height: 190px;
}
.poster-main .poster-list .poster-item{ 
	width: 200px;
	height: 190px;
	position:absolute;
	left:0;
	top:0;
}
.poster-main .poster-btn{ 
	position:absolute;
	top:0;
	z-index:10; 
	cursor:pointer;  
}
.poster-main .poster-prev-btn{
	left:-160px; 
	background: url(left.png) no-repeat center center;
}
.poster-main .poster-next-btn{
	right:-160px; 
	background: url(right.png) no-repeat center center;
}
.poster-item p{text-align:center;padding:20px 0 0 0 0;line-height:50px;font-size:14px;height:50px;width:200px;}