@charset "utf-8";
/* CSS設定說明 OECSPACE - 未標示說明的樣式,不熟悉CSS請勿修改*/

/*內容框設定(上)*/
#divScroller {
position:relative; 
overflow:hidden; 
left:0px; 
top:0px; 
width:309px; /*寬度*/
height:182px; /*高度*/
border: #cccccc 0px solid; /*邊框樣式*/
background:#E8E8E8;/*背景色彩*/
}
.dynPage {
position:absolute; 
visibility:hidden; 
padding:10px; 
line-height:14px; 
color:black
}
/*連結框設定(下)*/
#arrows {
background: ; /*背景色彩*/
border: #cccccc 0px solid; /*邊框樣式*/
padding: 5px;
margin-top: 2px; /*內容框與連結框之間的距離*/
text-align:center; /*文字靠右*/
width:390px; /*寬度*/

}


a.arrows{  font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none; /*ok */
    color:#888888; /*ok */
   font-weight :none;/*ok */
}

a:hover.arrows {
  color: #ff0000; /*ok */
  text-decoration: underline; /*ok */
  font-weight :bold; /*ok */
}

a:visited.arrows {
  color: #ff0000; /*ok */
  text-decoration: none; /*ok */
  font-weight :bold; /*ok */
}

