/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font-family:"微软雅黑";}
img{ border:0; }
a{ text-decoration:none; color:#333; }
a:hover{ color:#1974A1; }

/* 本例子css */
.douban{
	width:398px;
	overfl/ow:hidden;
}
.douban .hd{ height:21px; line-height:21px; overflow:hidden; }
.douban .hd .hhdd{ float:left; font-family:"微软雅黑";}
.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-left:6px; cursor:pointer; margin-top:2px; }
.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:398px;
}
