@charset "utf-8";
#zzsc {
		width: 439px;	/* 圖片的寬 */
		height: 262px;	/* 圖片的高 */
		overflow: hidden;
	}
	#zzsc a {
		position: absolute;
		top: 0; 
		left: 0;
	}
	#zzsc a img {
		border: none;
	}

	/* 以下是針對選單按鈕設定 */
	#zzsc .abgne-controls {
		list-style: none; 
		position: absolute;
		margin: 0;
		padding: 0;
		right: 0px;
		bottom: 2px; width:110px; padding-left:100px;
		height: 20px; background:url(../images/Bg2.png) no-repeat right bottom;
	}
	#zzsc .abgne-controls li {
		float: left;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 19px;
		text-align: center;
		cursor: pointer;
		margin-right: 2px;
		color: #FFF;
		/*background-color: #fff;*/
	}
	#zzsc .abgne-controls li.current { 
		color: #C63832; font-weight:bold;
	/*	background-color: #0cf;*/
	}
	#zzsc img { width: 439px; height:262px;}