#timeline{width:100%;overflow: hidden;position: relative;}
.dates-wrap{height:80px;background-color:#FFF;}
#dates{width:100%;padding:0;overflow: hidden;}
#dates li{list-style: none;float: left;width: 100px;height:80px;font-size: 24px;text-align: center;}
#timeline a, #timeline a:focus{color:#999999;font-weight:400;text-decoration: none;line-height:80px;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
#timeline a:hover{color:#000;}
#timeline a.selected, #timeline a.selected:focus, #timeline a.selected:hover{font-size:38px;color:#000;}
#issues {width:1240px;padding:0;overflow: hidden;}
#issues li {width:1240px;padding:50px 0 0 0;list-style: none;float: left;}
#next,#prev{position:absolute;top:0;display:block!important;width:35px;height:80px;background-position: 0 0;background-repeat:no-repeat;overflow: hidden;}
#next{right: 0;background-image:url(../img/arrow-right-bg.png);}
#prev {left: 0;background-image:url(../img/arrow-left-bg.png);}
#next:hover img, #prev:hover img{opacity:0.6;}
#next.disabled:hover img, #prev.disabled:hover img, #next.disabled img, #prev.disabled img{opacity:0.2;}