#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;
}
#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;
}
