
.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;}

.lodingIndex{
	width:1900px; 
	height:550px;	
	display:table-cell; 
	text-align:center; 
	vertical-align:middle;
}
 
/* IE6 hack */
.lodingIndex span{
	height:100%; 
	display:inline-block;
	}
 
/* 讓table-cell下的所有元素都居中 */
.lodingIndex *{ 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/products_more03.png);
	width:50px;
	height:50px;
	float:left;
	border:0;
	cursor:hand;	 
}

.imgChg:hover{
	background-image: url(../images/products_more04.png); 
	width:50px;
	height:50px;  
	border:0; 
	float:left;
	cursor:hand;	   
}

.imgChg.stay{
	background-image: url(../images/products_more04.png);   
	width:50px;
	height:50px;   
	border:0; 
	float:left;
	cursor:hand;	
}

.imgIdx {
	background-image: url(../images/icon01.png);
	width:20px;
	height:15px;
	float:left;
	border:0;
	cursor:hand;	 
}

.imgIdx:hover{
	background-image: url(../images/icon01_hover.png); 
	width:20px;
	height:15px;  
	border:0; 
	float:left;
	cursor:hand;	   
}

.imgIdx.stay{
	background-image: url(../images/icon01_hover.png);   
	width:20px;
	height:15px;   
	border:0; 
	float:left;
	cursor:hand;	
}

/*補充*/
.mge_btn a {
    margin: 0 17px;
    float: none;
    font-size: 14px;
    font-weight: bold;
}