.bannerBox{ width: 100%; height: 463px; position: relative; }
.banner{width: 100%;height: 463px;overflow: hidden }
.banner-a{ display: none; position: absolute;left:0; top:0;width: 100%; height: 463px;overflow: hidden; color: #fff;filter: alpha(opacity=0); -moz-opacity:0; opacity: 0;}
.bannerBg{ display: block; width: 100%; height: 463px;overflow: hidden;}

.banner .opacity{ filter: alpha(opacity=100); -moz-opacity:1; opacity: 1; display: block}
.bannerCont{ position: absolute; bottom:50px;left:50%;margin-left:-620px; padding:30px 0 0 25px;width: 438px; height: 100px; background: url("/images/banner/banner-fontBg.png") left top no-repeat;}
.movieName{ font-size: 36px; line-height: 36px; width:100%;height:36px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis}
.bannerIntro{ font-size: 18px;  width:100%;height:26px;line-height: 26px; margin-top:15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis}

.bannerBtn{ position: absolute; bottom:0; z-index: 111; width: 100%;*width:276px;*left:50%;*margin-left:-138px; height: 50px; line-height: 50px; text-align: center}
.bannerBtn .bannerIco{ cursor: pointer;  display: inline-block;  width: 16px;  height: 10px;background-position: -215px -335px;  margin-right: 20px;  padding: 5px;*float:left; }
.bannerBtn .bannerIco-current{background-position: -215px -445px; }
.bannerBtn .bannerIco:nth-last-child(1){ padding-right:0;margin-right: 0;}

#prev,#next{ display: block; position: absolute;top:50%; z-index: 112; margin-top:-40px;  width: 45px; height: 80px; cursor:pointer;}
#prev{left:50%;background-position: 9px -483px; margin-left: -620px; }
#next{right: 50%;background-position: 14px -1871px;margin-right:-620px; }
#prev:hover{background-position: 0px -641px;}
#next:hover{background-position: -219px 0px;}
