* { margin:0; padding:0;}
ul, li { list-style:none;}
body{
text-align:center;
}
#play{
width:400px;
height:300px;
position:absolute;
left:50%;
top:50%;
margin:-155px 0 0 -205px;
overflow:hidden;
}
#playimg{
width:400px;
height:300px;
position:absolute;
}
#playimg li{
height:300px;
overflow:hidden;
}
#playimg img{
width:400px;
height:300px;
}
#playbtn{
position:absolute;
left:0;
bottom:5px;
}
#playbtn li{
display:inline;
background:#eee;
padding:2px 5px;
margin:0 3px;
cursor:pointer;
}
#playbtn .current{
background:#f0f;
}
- 1
- 2
- 3
- 4



