body { margin: 0; } .container { width: 595px; height: 290px; border: 1px solid #eee; position: relative; } #idPicText { position:absolute; margin-top:-30px; line-height: 28px; text-indent:1em; width: 380px; height:30px; white-space: nowrap; overflow: hidden; font-size: 14px; font-family:黑体; } #idPicText a { text-decoration: none; color:White; display: block; } #idPicList img { cursor: pointer; width: 65px; height: 50px; filter: alpha(opacity=50); -moz-opacity: .5; opacity: .5; border: 0; margin: 10px; } #idPicList img.on { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } #idNum { position: absolute; right: 5px; bottom:5px; margin:0; } #idNum li { float: left; list-style: none; color: #000; text-align: center; line-height: 20px; width: 20px; height: 20px; font-family: 04b_08; font-size: 12px; cursor: pointer; margin: 1px; background-color:White; font-family:Arial; font-weight:bold; } #idNum li.on { line-height: 20px; width: 20px; height: 20px; font-size: 12px; border: 0; background-color:#60b300; color:White; }