@charset "utf-8";
.poster-main{width: 800px;height: 450px;position: relative;margin: 30px auto;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width: 800px;height: 450px;margin: 0px; padding: 0px; list-style: none;}
.poster-main .poster-list .poster-item{ width: 800px;height: 450px;position:absolute;left:0;top:0;margin: 0px; padding: 0px; list-style: none;}
.poster-main .poster-list .poster-item img{
	width: 250px;
	height: 360px;
	border: 1px solid #D7D7D7;
}
.poster-main .poster-btn{ position:absolute;top:0;z-index:10; cursor:pointer;  }
.poster-main .poster-prev-btn{left:0; background: url(../images/left.png) no-repeat center center;}
.poster-main .poster-next-btn{right:0; background: url(../images/right.png) no-repeat center center;}


