



.play { width: 1040px; height: 296px; overflow: hidden; position: relative; margin: 0; }

.play .text {width:100%; position:absolute; left:0; bottom:0; height:60px;}
.play .text div {position:absolute; left:0; top:0; width:100%; height:100%; background:black; filter:alpha(opacity:40); opacity:0.4; z-index:99;}
.play .text span {position:absolute; left:0; top:0; width:100%; height:100%; line-height:60px; color:white; z-index:999; text-align:center; font-size:20px;}

.play ol { position: absolute; right: 5px; bottom:30px; z-index: 99999; }
.play ol li { float: left; margin-right: 3px; display: inline; cursor: pointer; background: #00B2AA; border: 1px solid #CCC; padding: 2px 6px; color: #FFF; font-family: arial; font-size: 12px; }
.play .active { padding: 3px 8px; font-weight: bold; color: #ffffff; background: #ffb442; position: relative; bottom: 2px; }

.play ul { position: absolute; top: 0; left: 0; z-index: 1; }
.play ul li { width: 1040px; height: 296px; float: left; }
.play ul img { float: left; width: 1040px; height: 296px; }

