@charset "utf-8";
/* CSS Document */

/*cycle_set 首頁幻燈片組*/
.cycle_set .gallery{width:500px; height:375px; border:2px solid #f0f3f9;  position:relative;}
.cycle_set .gallery .run{width:500px; height:375px; overflow:hidden;}
.cycle_set .gallery h1.info{font-size:14px; color:#ffffff; background-color:#000000; width:490px; height:40px; line-height:40px; padding-left:10px; position:absolute; top:335px; left:0px;  z-index:10; overflow:hidden;
filter:alpha(opacity=70);/*IE*/ 
opacity:0.7;/*Mozilla*/ 
zoom:1;}

/*
.gallery h1.info{width:450px; height:40px; line-height:40px; background-color:#000000; font-family:"微軟正黑體","新細明體",Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; position:absolute; top:303px; left:5px; overflow:hidden;}
.gallery h1.info a:link, .gallery h1.info a:visited{color:#ffffff;}
.gallery h1.info a:hover, .gallery h1.info a:active{color:#ffffff;}
*/
.cycle_set .gallery .pager {width:200px; height:30px; position:absolute; top:10px; left:10px;  z-index:10;
filter:alpha(opacity=70);/*IE*/ 
opacity:0.7;/*Mozilla*/ 
zoom:1;}
.cycle_set .gallery .pager a { background:#c7bdae; width:16px; height:16px; line-height:16px; text-align:center; float:left; margin-right:5px; font-size:12px; color:#FFF; /*border:1px solid #fff;*/ text-decoration:none; font-family:Verdana, Arial, Helvetica; font-weight:bold;}
.cycle_set .gallery .pager a:hover {color: #0072bd; background:#ffffff;}
/*高亮狀態*/
.cycle_set .gallery .pager a.current { color: #fff; /*border:1px solid #900;*/ background:#0072bd;}
