.selectOn{
  background-image: url(../images/news04.png);
  height: 50px;
  width: 50px;
}

.selectOff{
  background-image: url(../images/news03.png);
  height: 50px;
  width: 50px;
}

/*loding*/
.loding{
	width:700px; 
	height:150px;	
	display:table-cell; 
	text-align:center; 
	vertical-align:middle;
}
 
/* IE6 hack */
.loding span{
	height:100%; 
	display:inline-block;
	}
 
/* 讓table-cell下的所有元素都居中 */
.loding *{ vertical-align:middle;}


/*輪播*/
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.abgne-player {
	width: 690px;	/* 圖片的寬 */
	height: 665px;	/* 圖片的高 */
	position: relative;
	overflow: hidden;
}
.abgne-player ul.abgne-list {
	position: absolute;
	width: 9999px;
	height: 100%;
}
.abgne-player ul.abgne-list li {
	float: left;
	width: 690px;	/* 圖片的寬 */
	height: 100%;
}
.abgne-player ul.abgne-list img{
	width: 100%;
	height: 100%;
	border: 0;
}

/*換圖*/
.imgChg {
	background-image: url(../images/btn03.png);
	width:24px;
	height:10px;
	float:left;
	border:0;
	cursor:hand;	 
}

.imgChg:hover{
	background-image: url(../images/btn04.png); 
	width:24px;
	height:10px;  
	border:0; 
	float:left;
	cursor:hand;	   
}

.imgChg.stay{
	background-image: url(../images/btn04.png);   
	width:24px;
	height:10px;   
	border:0; 
	float:left;
	cursor:hand;	
}

/*INDEX NEWS*/
	
.newsTitle1 {
	background-image: url(../images/index09.png);
	width:101px;
	height:15px;
	float:left;
	border:0;
	cursor:hand;	 
}
.newsTitle1.stay{
	background-image: url(../images/index09_hover.png);   
	width:101px;
	height:15px;   
	border:0; 
	float:left;
	cursor:hand;	
}

.newsTitle2 {
	background-image: url(../images/index10.png);
	width:73px;
	height:15px;
	float:left;
	border:0;
	cursor:hand;	 
}
.newsTitle2.stay{
	background-image: url(../images/index10_hover.png);   
	width:73px;
	height:15px;   
	border:0; 
	float:left;
	cursor:hand;	
}