
#admini {
	position: relative;
	height: 261px;
	text-align: center;
	background: url(../ho_images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 20px;
}
#admini img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#admini a {
	border:0;
	display:block;
}



/*-------------這是輪播的小圈圈設定----------*/
.admini_icon {
	position:absolute;
	left: 0px;
	top: 263px;
	z-index: 100;
	display: none;
}
.admini_icon a {
	display:block;
	width:22px;
	height:22px;
	background:url(../ho_images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	display: none;
	
}
.admini_icon a.active {
	background-position:0 -22px;
}
/*------------------------------------------*/


/* If an image is wrapped in a link(JS檔內有用到的CSS名稱) */
a.imgLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider(JS檔內有用到的CSS名稱) */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}


/*------------黑色那條槓和文字的樣式--------------*/
.img_word {
	position: absolute;
	z-index: -1;
	right: 0px;
	top: 0px;
	/*background: #000;
	color: #fff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	text-align: right;*/
	display: none;
}
.img_word p {
	/*padding: 5px;
	margin: 0;*/
	display: none;
}
.img_word a {
	/*display:inline !important;
	color: #FFF;*/
	display: none;
}
/*---------------------------------------------*/


/*--------------上一張&下一張的位置--------------*/
.location a {
	position:absolute;
	z-index:99;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(../ho_images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.prev_icon {
	left:5px;
	top: 90px;
}
.next_icon {
	right:5px;
	top: 90px;
}
a.next_icon {
	background-position:-30px 0;
}
a.prev_icon {
	background-position:0 0;

}

/*--------------------------------------------*/