/* Menu style */
#timeline{width:720px;height:370px;overflow:hidden;margin:10px;position:relative;background:url('../images/licbg.png') left 340px repeat-x;}
#dates{width:720px;overflow:hidden;margin-left:196px; margin-top:-4%;}
#dates li{float:left;width:94px;height:90px;font-size:16px;text-align:center;}
#dates a{color:#713611;width:94px;height:90px;line-height:130px;display:block;}
#dates .selected{font-size:18px;font-weight:bold;background:url(../images/licbgt.png) no-repeat center top; }
#issues{width:720px;height:300px;overflow:hidden; margin-left:-26%;}
#issues li{width:720px;height:400px;list-style:none;float:left;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#713611;}
#next{right:50%;margin-right:-300px;}
#prev{left:50%;margin-left:-300px;}
#next.disabled,#prev.disabled{opacity:0.2;}