 #slide-box { margin: 4px; auto auto 4px;; width: 678px;  height: 430px;}
 #slide-box .thumb-wrap{ height: 391px;}
 #slide-box .tit-ctrl{ height: 30px; line-height: 30px; }
 #slide-box .ctrl{ float: right; width: 65px; margin-top: 4px; }
 #slide-box .ctrl .num{ float: left; margin: -12px 8px 0 12px;  padding: 0px 10px; line-height: 16px; background-color: #333; color: #fff; font-family: Arial, Helvetica, sans-serif; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-size: 10px;}
 #slide-box .ctrl .num strong { font-size: 12px; }
 #slide-box .title{ float:left; margin-left:6px; margin-top:5px;}
 #slide-box .title a{ font-weight: bold; font-size: 14px; }
 #slide-box .shadow{ display: none; height: 8px; background-color: #000;  }
 .tl,.tr{ margin-top: 6px; cursor: pointer; }
 .tl{ float: left;}
 .tr{ float: right; }
 #slide-box .description{ height:30px; line-height: 20px; padding: 8px 10px 5px 10px; *padding: 0px 10px 5px 10px; _padding: 0px 10px 5px 10px;clear: both; color: #fff; }


#tab { width:398px; height:180px; position:relative; color:#000;} /*设置容器高宽等*/
html > body #tab { width:394px; }/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:30px; left:0; width:394px; height:154px;border-width:0 1px 1px; }/*设置被操作容器高宽等*/
#tab div { display:none; }/*设置被操作容器默认隐藏:不用ID是因为下面将利用class来控制被操作容器显示,而class优先级低于id选择器*/
#tab .block { display:block; }/*选中的被操作容器*/
#tab h3 { float:left; width:195px; height:35px; line-height:36px; margin:0 -1px 0 0; font-size:14px; cursor:pointer; font-weight:normal; text-align:center; color:#fff; background:#900 no-repeat; border:#CCC solid 1px; color:#fff}/*默认标题样式*/
#tab .up { background: #F4F4F4  no-repeat; width:197px; border:solid #CCC 1px; color:#000 }/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { margin:15px 0 0; list-style:none; padding:0;}
#tab li { background:url(http://blog.pr1984.com/attachments/month_0612/a20061212105235.gif) no-repeat 25px 10px;}
#tab li a { display:block; line-height:26px; margin-left:1%; font-size:12px; text-decoration:none; color:#333;  text-indent:10px; }


.tabbox {width:581px;height:180px;}
.tabmenu {width:576px;height:35px;border-left:1px solid  #CCC;border-top:1px solid #ccc; border-bottom:#CCC  solid 1px;}
.tabmenu ul {margin:0;padding:0;list-style-type: none;}
.tabmenu li { text-align:center; float:left; display:block; width:190px; height:35px; overflow:hidden; background-color: #900; line-height:35px; border-right:#ccc 1px solid; border-bottom:#ccc 1px solid; display:inline; font-size:16px; letter-spacing:1px; font-weight:bold; color:#FFF}
.tabmenu .cli {text-align:center;float:left;display:block;width:190px;height:35px;overflow:hidden;background-color: #fff;line-height:35px;border-right:#ccc 1px solid;border-bottom:#fff 1px solid;display:inline;font-size:13px; cursor:pointer; color:#000}
#tabcontent {width:576px;}
#tabcontent ul {margin:0;padding:10px 20px 0 35px; top:10px;list-style-type: decimal;  line-height:27px; font-size:12px}
#tabcontent .hidden {display:none;}
