a.coverUpAnchor{
	width:100%;
	height:100%;
	z-index:300 !important;
	position:absolute;
	top:0;
	left:0;
	display: block;
	outline:none;
	background: none;
}

#timeline .item a{
	display: block;
	position:relative;
	bottom:0;
	outline: none;
	text-decoration: none;
	color: #000;
}
#timeline .item a img{
	border: none;
	vertical-align: bottom;
}

#timeline .item .news-content{
	position:absolute;
	top:0;
	left:0;
	padding: 10px 15px 0 8px;
	text-decoration: none;
	display:block;
	height: 185px;
	overflow: hidden;
}
#timeline .item .news-content .news-date{
	display: block;
}
#timeline .item .news-content .news-title{ 
	color: #FF0000;
	font-weight: bold;
	display: block;
	padding: 6px 0;
}
#timeline .item .news-content span.text{ 
	padding: 5px;
	margin:0;
	line-height: 14px;
	display: block;
}

#timeline{
	width:100%;
	float:left;
}
#timeline .after, #timeline .before{
	width:50%;
	float:left;
	height: 380px;
	padding: 0 0 1px 0;
}
#timeline .time{
	border-bottom:1px solid #E1E1E1;
	float:left;
	width:100%;
	position:relative;
}
#timeline .after{
	width:50%;
}
#timeline #bottom{
	width:100%;
	height:24px;
	float:left;
}
#timeline .bottomSlide{
	margin-left:0;
	position: relative;
}
#timeline #bottom .here{
	position:absolute;
	margin-left: -8px;
	height: 24px;
	padding: 0 0 0 3px;
	z-index:100;
}
#timeline #bottom .dot{
	width:20px;
	margin-left: -3px;
	/*height: 12px;*/
	padding: 3px 0 0 0;
}
#timeline #bottom .dot.withInfo{
	width:200px;
}
#timeline #bottom .dot .dotdot{
	display:block;
	color: #A9A9AB;
	font-size:10px;
	line-height:8px;
	clear:both;
}
#timeline #bottom .futureItem .dot{
	margin-left:-15px;
}
#timeline #bottom .futureItem .dot.withInfo{
	margin-left:-195px;
}
#timeline #bottom .futureItem .dot .dotdot{
	float:right;
}
#timeline #bottom .futureItem .dot .info{
	float:right;
	text-align:right;
}
#timeline #bottom .dot .dotdot.bigRed{
	display:block;
	color: #c2142f;
}
#timeline #bottom .dot .info{
	display:block;
	clear:both;
}

#timeline #bottom .here span{
	display: block;
}

#timeline .inner{
	height: 380px;
	width:100%;
}
#timeline .t1w{
	width: 20%;
}
#timeline .t1m{
	width: 35%;
}
#timeline .t3m{
	width: 15%;
}
#timeline .t1y{
	width: 20%;
}
#timeline .t2y{
	width: 8%;
}

#timeline .before .t1w{
	width: 8%;
}
#timeline .before .t1m{
	width: 12%;
}
#timeline .before .t3m{
	width: 20%;
}
#timeline .before .t1y{
	width: 28%;
}
#timeline .before .t2y{
	width: 30%;
}

#timeline .slice {
	height: 100%;
	position: relative;
}
#timeline .before .inner .slice {
	float:right;
}
#timeline .after .inner .slice{
	float:left;
}
#timeline .item{
	position: absolute;
	bottom:0;
	z-index:5;
}

body #wrapper #timeline .onTop{
	z-index:100 !important;
}

body #wrapper #timeline .onBack{
	z-index:1 !important;
}
