@charset "utf-8";
/* CSS Document */



	a img {
		border: none;
	}
	#about_pic {
		position: relative;
		width: 1200px;
		height: 590px;
		border: 0px solid #ccc;
		z-index:1;
	}
	#about_pic a.ad {
		position: absolute;	/* 讓圖片疊在一起 */
	}
	#about_pic .control {
		position: absolute;
		right: 10px;
		bottom: 10px;
		display: none;		/* 隱藏按鈕選單 */
	}
	#about_pic .control a {
		display: inline-block;
		padding: 3px;
		margin: 0 3px;
		width: 16px;
		color: #fff;
		background: #000;
		text-align: center;
		font-size: 16px;
		text-decoration: none;
	}
	#about_pic .control a.on {
		font-weight: bold;
		color: #f00;
	}
	
   #about_pic .textbg {
   	position:absolute;
	width:300px;
	height:586px;
	float:left;
	margin:1px 0 0 120px;
	background-color:#000000;
	z-index:10;
	opacity:0.7;               /* 支持新版瀏覽器 */
	}
		
   #about_pic .text {
		width:270px;
   		font-size:12px;
		margin:50px 0 0 130px;
		line-height:16pt;
		color: #FFF;
		z-index:20;
		position: absolute;
		float:left;

	}
