@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}

/* DB_gallery */
#DB_gallery{width:600px;}
#DB_gallery .DB_imgSet {position:relative;overflow:hidden;}
#DB_gallery .DB_imgSet .DB_imgWin{height:600px;}
#DB_gallery .DB_imgSet .DB_imgWin img{ width:600px; height:600px; }
#DB_gallery .DB_imgSet .DB_page{position:absolute;bottom:0;font:11px tahoma bold;padding:5px;color:#ffffff}
#DB_gallery .DB_imgSet .DB_page .DB_current{color:#ffff00}
#DB_gallery .DB_imgSet .DB_page .DB_total{color:#ffcc00}
#DB_gallery .DB_imgSet .DB_prevBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;left:0;}
#DB_gallery .DB_imgSet .DB_nextBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;right:0;}

#DB_gallery .DB_thumSet {position:relative;width:100%;overflow:hidden;}
#DB_gallery .DB_thumSet .DB_thumMove{height:102px; position:relative;white-space:nowrap;font-size:0;}
#DB_gallery .DB_thumSet .DB_thumMove li{display:inline;margin-right:5px}
#DB_gallery .DB_thumSet .DB_thumMove li img{ width:102px; height:102px; }  
#DB_gallery .DB_prevPageBtn{position:absolute;top:0;cursor:pointer;left:0; width:30px; height:102px; background:url(images/btn_l.png) no-repeat center #A2A2A2; }
#DB_gallery .DB_nextPageBtn{position:absolute;top:0;cursor:pointer;right:0; width:30px; height:102px; background:url(images/btn_r.png) no-repeat center #A2A2A2; }
#DB_gallery .DB_thumSet .DB_thumLine{position:absolute;width:102px;height:102px;border:5px solid #006CB8;left:0;top:0}