.his {
	height: 400px;
	background-color:#A48A79;
	min-width:1200px;
	position: relative;
	background-image: url(../images/hisbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:50px;
}
.hist { text-align:center; font-size:30px; line-height:50px; padding:20px 0px;color:#FFFFFF;
}



#timeline {
	background: url("../images/licbg.png") repeat-x left 45px; margin: 0px auto; width: 1120px; height: 350px; overflow: hidden; 
}
#dates {
	width: 1120px; overflow: hidden;margin: 0px auto; margin-bottom:40px;
}
#dates li {
	width: 94px; height: 90px; text-align: center; font-size: 16px; float: left;
}
#dates a {
	width: 94px; height: 90px; color: rgb(113, 54, 17); line-height: 60px; display: block; color:#FFFFFF;
}
#dates .selected {
	background: url("../images/licbgt.png") no-repeat bottom; font-size: 18px; font-weight: bold;
}
#issues {
	width: 1120px; height: 250px; overflow: hidden;margin: 0px auto;
}
#issues li {
	list-style: none; width: 1120px; height: 300px; float: left;color:#FFFFFF; line-height:30px;
}
#issues li dl {
width: 800px; height:175px; overflow:hidden; margin-left:160px;
}

#issues li dl dt{
width: 300px; float:left;
}
#issues li dl dd{
width: 500px; float:right; line-height:22px; font-size:14px;
}
#issues li dl h3{ font-family:20px; line-height:40px;}
#issues li dl p{height:88px; overflow:hidden; margin-bottom:10px;}
#issues li dl a{color:#FFFFFF;}
#issues li dl a:hover{color:#FDC500;}

#next {
	top: 130px; width: 100px; height: 100px; text-align: center; color: rgb(113, 54, 17); line-height: 100px; overflow: hidden; font-family: "ËÎÌå"; font-size: 80px; position: absolute;color:#FFFFFF;
}
#prev {
	top: 130px; width: 100px; height: 100px; text-align: center; color: rgb(113, 54, 17); line-height: 100px; overflow: hidden; font-family: "ËÎÌå"; font-size: 80px; position: absolute;color:#FFFFFF;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
.disabled#next {
	opacity: 0.2;
}
.disabled#prev {
	opacity: 0.2;
}
