html,body{
  background:url(nothing.txt) white fixed; /* prevent screen flash in IE6 */
  margin:0; padding:0;
}
body {
	margin:0;
	padding:0;
	width: 2900px;
	height: 506px;
	color:#333; 
	background: #fff;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}
a img{border:0}
td {font-size:11px}

#page {
	height: 506px;
	overflow:auto;
	overflow:hidden;
}

#content {
	margin: 75px 0 0 0px; 
	float: left;
	font-size: 1.1em;
}

#content h4 {font-size: 1.2em;}
#content table{
	float:none;
	z-index:13}

.alt {}

#arrows {
	position: fixed;
	top: 0px;
	left: 0px; 
	width: 100%;
	height: 100%;
	z-index:60;
}
html:root #arrows {z-index:0;}
/*for firefox, opera, safari, google chrome …等新式瀏覽器 (IE 以外)*/

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
	width: 100%;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 150px;
	height: 100%;
	z-index:1000;

}

#arrows ul li a{
	margin:0;
	float: left;
	display: block;
	width: 150px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -8000px;
	 outline: none; /* 去除虛線框for Firefox */
     hlbr:expression(this.onFocus=this.blur()); /* for IE */

	 
	 
	 
}

#arrows ul li a:hover{
	cursor:default
	}
#arrows ul #left a {float:left;width:60px;background: transparent url(../images/arw3_l.gif) no-repeat;background-position:15px 50%;}
#arrows ul #left a:hover{}	
#arrows ul #right a{float:right;background: transparent url(../images/arw3_r.gif) no-repeat;background-position:90px 50%}
#arrows ul #right a:hover{}

/*
#arrow_left{
	background: transparent url(../images/arw_l.png);
	z-index:60;
}
#arrow_right{
	background: transparent url(../images/arw_r.png);
	z-index:60;
}*/
