#feature-stories { /*寬度會由JS去自動計算左右feature-story-left與right*/
position:relative; z-index:100; /*必須相對*/
top:360px; 
border:#ffcc55 0px solid; 
}

.feature-story { 
position:absolute; z-index:100; /*必須絕對*/
width: 100%;
border:#FFF 0px solid; 
}

#feature-story-pagination { /*JS此顯示小方塊按鈕 */
position:absolute; /*必須絕對*/
top:0px; 
left:0px; 
z-index:1010; 
border:#ffcc00 0px solid; 
}  

#feature-story-pagination a {
float:left;
width:13px;
height:13px;
background:#fff;
display:block;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
margin-right:10px;
border:#b3b2a8 1px solid; 
filter:alpha(opacity=30);
opacity: 0.3;
border-radius: 3px;
}

#feature-story-pagination a.selected, #feature-story-pagination a.activeSlide { 
background:#FFFFFF; 
filter:alpha(opacity=100);
opacity: 1;
}
#feature-story-pagination a span {display:none;}
