body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	-webkit-text-size-adjust:none;
}
/*#small_wrapper{
	width:900px; 
	overflow:hidden; 
	margin:0 auto;}*/
#wrapper{
	width:970px;
	/*margin-left:-35px;----small_wrapper*/
	margin:0 auto;
	background-color:#FFF;
}
sup {
	line-height: 0px;
	font-size:11px
}
.Title_style {
	font-family: "微軟正黑體", Microsoft JhengHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
	font-size:23px;
	color:#006fff;
	font-weight:800;
	line-height: 28px;
}

.Text_Style {
	font-family: "微軟正黑體", Microsoft JhengHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	line-height:23px;
	margin-top: 5px;
}

h2{
	font-family: "微軟正黑體", Microsoft JhengHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
	_font-family: Arial, Verdana, "新細明體", Helvetica, sans-serif;
	font-size:23px;
	color:#006fff;
	font-weight:800;
	line-height: 28px;
	}
p{	font-family: "微軟正黑體", Microsoft JhengHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
	_font-family: Arial, Verdana, "新細明體", Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	line-height:23px;
	margin-top: 5px;
	}
/*------Box------*/
.Text_box{	
	position: absolute;
}
#Box_01{
}

#Box_02{
	width:970px;
	height:256px;
	position:relative;
	}
#Box_02 .Text_box{
	width: 526px;
	height: 173px;
	z-index: 10;
	top: 30px;
	left: 385px;
	}	
#Box_03{
	width:970px;
	height:518px;
	position:relative;
	}
#Box_03 .Text_box{
	width: 458px;
	height: 207px;
	z-index: 10;
	top: 65px;
	left: 452px;
	}
#Box_04{
	width:970px;
	height:510px;
	position:relative;
	}
#Box_04 .Text_box{
	width: 389px;
	height: 140px;
	z-index: 10;
	top: 77px;
	left: 61px;
	}
#Box_05{
	width:970px;
	height:629px;
	position:relative;
	background-color:#6F3;
	}
#Box_05 .Text_box{
	width: 519px;
	height: 158px;
	z-index: 10;
	top: 62px;
	left: 44px;
	}
#Box_05 .Text_small{/*附註*/
	position: absolute;
	width: 520px;
	height: 50px;
	z-index: 10;
	top: 221px;
	left: 45px;
	font-family: "微軟正黑體", Microsoft JhengHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 13px;
	}
#Box_06{
	width:970px;
	height:757px;
	position:relative;
	}
#Box_06 .Text_box{
	width: 800px;
	height: 95px;
	z-index: 10;
	top: 495px;
	left: 88px;
	}
#Box_07{
	width:970px;
	height:543px;
	position:relative;
	}
#Box_07 .Text_box{
	width: 425px;
	height: 211px;
	z-index: 10;
	top: 39px;
	left: 495px;
	}
#Box_07 .Text_small{/*附註*/
	position: absolute;
	width: 400px;
	height: 50px;
	z-index: 10;
	top: 428px;
	left: 505px;
	font-family: "微軟正黑體", Microsoft JhengHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 13px;
	}

/*-----圖片滑動效果------*/
#abgneBlock {
	width: 970px;
	height: 560px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	margin-bottom:30px;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 520px;
	background:#e6e6e6;
}
#abgneBlock ul.list li {
	float: left;
	width: 880px;
	height: 520px;
}
/*#abgneBlock .list img {
	width: 100%;
	height: 520px;
	border: 0;
}*/
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: -18px;
	right: 5px;
	height: 50px;
	z-index: 999;
}
#abgneBlock ul.playerControl li {
	float: left;
	font-size:15px;
	font-family: Arial, Geneva, sans-serif;
	color: #333;
	border: 1px solid #ddd;
	background: #eee;
	/*background: url(images/rect_ctrl.png) no-repeat 0 0;*/
	cursor: pointer;
	margin: 0px 5px;
	padding:6px 15px;
	border-radius: 3px 3px 3px 3px;
}
#abgneBlock ul.playerControl li:hover {
	background: #f6f6f6;
}
#abgneBlock ul.playerControl li.current {
	/*background-position: -23px 0;*/
	color: #fff;
	background: #999;
	box-shadow:inset 0px 0px 10px #777;
}
.prev {
	background:url(../images/prev.gif) no-repeat right;
	width: 78px;
	height: 65px;
	position: absolute;
	left: -100px;	/* 先藏在左邊 */
	top: 225px;		/* (區塊高-圖片高) / 2 */
	z-index: 200;
	cursor:pointer;
}
.next {
	background:url(../images/next.gif) no-repeat left;
	width: 78px;
	height: 65px;
	position: absolute;
	right: -200px;	/* 先藏在右邊 */
	top: 225px;		/* (區塊高-圖片高) / 2 */
	z-index: 200;
	cursor:pointer;
}
.abgneBlock ul li {
	position: absolute;
	z-index: 1;
}
.abgneBlock ul li.current {
	z-index: 99;
}

.slideTxtBox {
	z-index:199;
}

.pic{
	position:absolute;
}
.pic_in{
	position: absolute;
	display: none;
	top: 0px;
	left: 34px;
}

.wrap_bakit{
	width: 413px;
	height: 276px;
	left: 27px;
	top: 31px;
}/*backlit keyboard*/
.wrap_ID{
	width: 380px;
	height: 240px;
	left: 425px;
	top: 120px;
}/*Feature content img*/

#img01 {
	background:url(../images/slide-id_01.jpg);
	width:380px;
	height:240px;
}
#img02 {
	background:url(../images/slide-id_02.jpg);
	width:380px;
	height:240px;
}
