/* css 重置 */*{margin:0; padding:0; list-style:none; }body{ background:#fff; font:normal 12px/22px 宋体; }img{ border:0; }a{ text-decoration:none; color:#333; }a:hover{ color:#1974A1; }

/* 本例子css */.douban{ width:590px; padding-top:10px; overflow:hidden; }.douban .hd{ height:22px; line-height:22px; overflow:hidden; }.douban .hd h2{ float:left; font: 15px Arial,Helvetica,sans-serif; color: #072; margin: 0 0 12px 0; }.douban .hd h2 a{ color:#37A; font-size:12px; margin-left:10px; }.douban .hd .next,.douban .hd .prev{ float:right; display:block; width:18px; height:18px; background: url(../images/left_right.gif) no-repeat -6px -7px; overflow:hidden; margin-right:6px; cursor:pointer; }.douban .hd .next{ background-position:-34px -7px; }.douban .hd .prevStop{ background-position:-6px -40px; cursor:default; }.douban .hd .nextStop{ background-position:-34px -40px; cursor:default; }.douban .hd ul{ float:right; margin:6px 6px 0 0; zoom:1; }.douban .hd ul li{ float:left; cursor:pointer; display:block; width:8px; height:8px; margin-right:4px; _display:inline; background: url(../images/switch_dot_small.jpg) no-repeat 0 0; }.douban .hd ul li.on{ background-position:-12px 0; }.douban .bd{ padding:12px 0 0 0; }.douban .bd ul{ overflow:hidden; zoom:1; }.douban .bd ul li{ float:left; width:106px; margin-right:15px; }