/* CSS Document */ ul, li, p { margin: 0; padding: 0; } #box { position:relative; width:290px; height:172px; } #box .imgList{ position:relative; width:295px; height:200px; overflow:hidden; } #box .imgList li{ position:absolute; top:0; left:0; width:295px; /* ???'驞?*/ height:200px; } #box .countNum{ position:absolute; right:0; bottom:5px; } #box .countNum li{ } #box .countNum li.current{ background:#f60; font-weight:bold; opacity:1; filter:alpha(opacity=70); } img{border:0px solid #000}