@charset "utf-8";
/* CSS Document */

/*=================幻灯片样式===================*/
.sliderBtn { background:url("./btnico/sprite.png") no-repeat; cursor: pointer; height: 100px; position:relative; top:30%; z-index:100; width:45px;}
#prevBtn { left:0; float:left;}
#nextBtn { background-position:right top; right:0; float:right;}
#btnList { height:25px; position:absolute; bottom:5px; padding:0 10px 0 10px;}
/*===============数字按钮默认样式================*/
.num { width:16px; height:16px; line-height:16px; text-align:center; cursor:pointer; margin-left:10px; background:#000; float:right; border:1px solid #fff; color:#fff; overflow:hidden; font-family:Arial, Helvetica, sans-serif}
.num_act { width:16px; height:16px; line-height:16px; text-align:center; cursor:pointer; margin-left:10px; background:#fff;float:right; color:#000; border:1px solid #000; overflow:hidden; font-family:Arial, Helvetica, sans-serif}
.num_hover { width:16px; height:16px; line-height:16px; text-align:center; cursor:pointer; margin-left:10px; background:#fff; color:#000; float:right; border:1px solid #000; overflow:hidden; font-family:Arial, Helvetica, sans-serif}
/*=====================↓↓↓幻灯片数字按钮扩展↓↓↓==================*/
/* square */
.square { width:11px; height:11px; float:right; background:#999; cursor:pointer; margin-right:5px; overflow:hidden;}
.square_act { width:11px; height:11px; float:right; background:#ADD8E6; cursor:pointer; margin-right:5px; overflow:hidden;}
.square_hover { width:11px; height:11px; float:right; background:blue; cursor:pointer; margin-right:5px; overflow:hidden;}
/* circle */
.circle { width:12px; height:13px; float:right; background:url(./btnico/circle.png) 0 0 no-repeat; cursor:pointer; margin-right:5px; overflow:hidden;}
.circle_act { width:13px; height:13px; float:right; background:url(./btnico/circle.png) 0 -13px no-repeat; cursor:pointer; margin-right:5px; overflow:hidden;}
.circle_hover { width:13px; height:13px; float:right; background:url(./btnico/circle.png) 0 -26px no-repeat; cursor:pointer; margin-right:5px; overflow:hidden;}
/* roundness */
.roundness { width:12px; height:12px; float:right; background:url(./btnico/roundness.png) no-repeat; cursor:pointer; margin-right:5px; overflow:hidden;}
.roundness_act { width:13px; height:13px; float:right; background:url(./btnico/roundness.png) 0 -12px no-repeat; cursor:pointer; margin-right:5px; overflow:hidden;}
.roundness_hover { width:13px; height:13px; float:right; background:url(./btnico/roundness.png) 0 -24px no-repeat; cursor:pointer; margin-right:5px; overflow:hidden;}
/* rectangle */
.rectangle { width:25px; height:10px; float:right; background:#D15FEE; cursor:pointer; margin-right:5px; opacity:0.7; overflow:hidden;}
.rectangle_act { width:25px; height:10px; float:right; background:#CDCD00; cursor:pointer; margin-right:5px; overflow:hidden;}
.rectangle_hover { width:25px; height:10px; float:right; background:blue; cursor:pointer; margin-right:5px; overflow:hidden;}

/* 自定义上一张下一张按钮 */
#prevBts { background:url("./btnico/arrows.png") no-repeat; cursor: pointer; height:68px; position:relative; top:35%; z-index:100; width:33px; left:0; float:left;}
#nextBts { background:url("./btnico/arrows.png") 0 -141px no-repeat; cursor: pointer; height:68px; position:relative; top:35%; z-index:100; width:33px; right:0; float:right;}

