/* Menu style */
#timeline{width:1000px;/* height:400px; */overflow:hidden;margin:0px auto 0 auto;position:relative;background:url('../images/licbg.png') -40px 60px repeat-x;}
#dates{width:1000px;overflow:hidden;margin-top:10px;}
#dates li{float:left;width:94px;height:90px;font-size:15px;text-align:center;}
#dates a{color:#333;width:94px;height:90px;line-height:25px;display:block;}
#dates .selected{font-size:18px;color: #d22819;font-weight:bold;background:url(../images/licbgt.png) no-repeat center 50px;}

#issues{width:1000px;height:600px;overflow:hidden;}
#issues li{width:1000px;height:600px;list-style:none;float:left;}
#issues li img{text-align:center;display:block;margin:0 auto;width: 100%; 
   
    background-color: #1d56b7;
    float: left;
    margin-right: 30px;}
#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:-400px;}
#prev{left:50%;margin-left:-400px;}
#next.disabled,#prev.disabled{opacity:0.2;}