/*焦點看板輪播-------------------------------*/
/* gla */
#gla{
	margin:0 auto;
	position:relative;
	/*background:url(http://www.ey.gov.tw/images/gla_bg01.png) repeat-x;*/
	height:140px;
	overflow:hidden;
	z-index:0;
}
#gla_box{
	width:956px;
	margin:auto;
	position:relative;
}

#gla_box .prev,#gla_box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:40px;height:141px;top:0px;}
#gla_box .prev{background:url(../img/right.png) -35px center no-repeat;right:0px;top:0px;}
#gla_box .prev:hover{ background:url(../img/right_hover.png) -35px center no-repeat;}
#gla_box .next{background:url(../img/left.png) -3px center no-repeat;left:0px;top:0px;} 
#gla_box .next:hover{ background:url(../img/left_hover.png) -3px center no-repeat;}

.gla_inbox{
	overflow:hidden;
	position:relative;
/* 	border-radius:0px !important;  */
	
}
.gla_inbox:hover{ border:2px solid #FF0;}
.gla_inbox p{text-indent:1em;font-size:14px;width:100%;color:#FFFFFF;line-height:30px;background:#000000;}
.gla_inbox a{display:block;left:90px;background:#0066CC; color:#FFF;}
.gla_inbox img{width:100%; /*height:100%;*/}
.gla_link { display:none; /*position:absolute;top:0px; width:100%; height:100%; background:url(../images/block01.png); text-align:center;*/}
.gla_link a{ display:none; /*background:none; text-decoration:none; display:block; width:100%; height:100%; padding-top:15px; font-size:116%;*/}
.roundabout-holder{
	top:0;
	margin-left:80px;
	height:200px;/*幻燈片的位置*/
	width:807px;
}
.roundabout-moveable-item{
	display:block;
	height:230px;
	width:200px;
	cursor:pointer;
}
.roundabout-in-focus{cursor:auto;}

/*焦點看板少於7則---*/
.gla_nojquery ul{ margin:30px 2px;}
.gla_nojquery ul li{
	float:left;
	margin:0 8px;
}
.gla_nojquery a img{ width:190px;}
.gla_nojquery ul li div.gla_inbox{ border:0;}
