.slider { 
position: absolute; 
top:0px; 
width: 100%;
color:#FFF; 
background-image : url(images/D-bg.png);
border:#ff0000 0px solid; 
}

#feature-stories { /*寬度會由JS去自動計算左右feature-story-left與right*/
position:relative; /*必須相對*/
border:#ffcc00 0px solid; 
}

.feature-story { 
position:absolute; /*必須絕對*/
width: 100%;
background-position : right; 
background-repeat : no-repeat;
border:#FFF 0px solid; 
}

.feature-story-left	{
position:absolute; 
top:35px; 
left:15px; 
width: 230px;
line-height: 160%;
letter-spacing : 0.07em;
border:0px solid #ffCC00;
 }

.feature-story-left2	{
position:absolute; 
top:35px; 
left:15px; 
border:0px solid #ffCC00;
 }

.feature-story-left3	{ /*for support*/
position:absolute; 
bottom:10px; 
left:15px; 
border:0px solid #ffCC00;
 }

.feature-story-app	{
position:absolute;
z-index:1000; 
top:360px;
left:15px; 
border:0px solid #ffCC00;
 }
 
.feature-story-right	{
position:relative; 
float:right;
border:0px solid #ff0000;
}

#feature-story-pagination { /*JS此顯示小方塊按鈕 */
position:absolute; /*必須絕對*/
top:10px; 
left:15px; 
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;}



