#events-timeline{
	width:928px;float:left;display:inline;
}
#time_wrap{height:310px;width:100%;display:block;margin-bottom:35px;margin-top:10px;}
#time_left,#time_right{width:6px;height:13px;float:left;display:inline;}
#time_left{background:url( ../images/time_left.png) 0 0 no-repeat;}
#time_right{background:url( ../images/time_right.png) 0 0 no-repeat;}

.timeline-wrap { position: relative; width: 100%; height: 3px; background: #333; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;				
	height:13px;
	background:#142F3A;

}
.timeline-wrap * {
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.timeline-event {
	position: absolute;
	left: 0; 
	top: 0;
}
.timeline-year{
	font-family:"League Gothic","Helvetica Neue","Helvetica","Arial";font-size:28px;color:142F3A;font-weight:normal;
}
.timeline-event-node {
	position: absolute; 
	/*top: -3px; 
	left: 0px;
	border-radius: 8px; 
	width: 9px; 
	height: 9px; 
	background: #222;*/
	cursor: pointer;
	/*-webkit-transition: width 0.05s ease-out, height 0.05s ease-out, margin 0.05s ease-out, background 0.05s ease-out;
	-moz-transition: width 0.05s ease-out, height 0.05s ease-out, margin 0.05s ease-out, background 0.05s ease-out;
	transition: width 0.05s ease-out, height 0.05s ease-out, margin 0.05s ease-out, background 0.05s ease-out;*/
	
	top:-5px;
	height:23px;
	width:23px;
	background:transparent url( ../images/circle.png ) 0 0 no-repeat;
	/*border:4px solid #142F3A;
	border-radius:39px;*/
}
.timeline-event-contents {
	display: none;
	margin-left: -20px;
}
.timeline-event.timeline-selected .timeline-event-node, .timeline-event.timeline-selected .timeline-event-node:hover { 
	/*width: 14px; 
	height: 14px; 
	margin-left: -3px; 
	margin-top: -3px; 
	background: #222;*/
	/*height:13px;
	width:13px;
	border:4px solid #CC443E;*/
	background-position:0 -23px;
}
.timeline-event-node:hover { 
	/*width: 11px; 
	height: 11px; 
	margin-left: -1px; 
	margin-top: -1px;*/ 
	/*height:13px;
	width:13px;
	border:4px solid #CC443E;*/
	background-position:0 -23px;
}
.timeline-event-contents {
	overflow-x: visible !important;
	overflow-y: visible !important;
	position: absolute;
	left: 0;
	padding: 20px 20px 20px 10px;
	top: 29px;
	background: #CC443E;
	font: normal 12px/18px 'Lucida Grande', helvetica, tahoma, sans-serif;
	color: #efefef;
	width:370px;
	height:242px;
	overflow:hidden;
}
.timeline-event.timeline-bottom .timeline-event-arrow {
	position: absolute;
	display: none;
	content: "";
	left: -1px;
	top: 12px;
	width: 0;
	height: 0;
	width:26px;
	height:20px;
	background:url( ../images/tri_org.png) 0 0 no-repeat;
	/*border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #CC443E;*/
}
.timeline-event.timeline-above .timeline-event-contents { 
	top: -80px;
	top:29px;
}
.timeline-event.timeline-above .timeline-event-arrow {
	/*top: auto;
	bottom: 32px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #CC443E;
	border-bottom: none;*/
	position: absolute;
	display: none;
	content: "";
	left: -1px;
	top: 12px;
	width: 0;
	height: 0;
	width:26px;
	height:20px;
	background:url( ../images/tri_org.png) 0 0 no-repeat;
}
.timeline-event-contents .timeline-event-content, .timeline-event-contents .timeline-event-link {
	display: none;
}
.timeline-event-contents .timeline-key-event-content{
	width:248px;float:left;display:inline;border-left:2px solid #fff;margin-left:10px;padding-left:15px;padding-bottom:5px;
	height:242px;overflow-x:hidden;overflow-y:auto;color:#f2f2f2;font-family:"PTSerifRegular","Times New Roman", Times, serif;font-weight:bold;font-size:14px;line-height:18px;
}
.timeline-key-event-content p{margin-bottom:12px;}
.timeline-event-contents .timeline-key-event-date{
	width:95px;float:left;display:inline;text-align:center;
}
.timeline-key-event-date .month{font-family:"League Gothic","Helvetica Neue","Helvetica","Arial";font-size:30px;text-transform:uppercase;line-height:30px;}
.timeline-key-event-date .day{font-family:"League Gothic","Helvetica Neue","Helvetica","Arial";font-size:70px;display:block;line-height:70px;}
/*.timeline-event.timeline-selected .timeline-event-content, .timeline-event.timeline-selected .timeline-event-link {
	display: block;
}*/
.timeline-event-title {
	white-space: nowrap;
	font-weight: bold;
}
.timeline-event-title span {
	color: #777;
	display: inline-block;
	margin-right: 10px;
	font-size: 10px;
	font-weight: normal;
}
.timeline-event-link {
	display: block;
	text-align: right;
}
.timeline-event-link a {
	color: #777;
	text-decoration: none;
	font-size: 10px;
}
.timeline-event-link a:visited {
	color: #777;
	text-decoration: none;
}
.timeline-event-link a:hover {
	color: #777;
	text-decoration: underline;
}
.timeline-large-scale, .timeline-small-scale {
	position: absolute;
	left: 0;
	top: -30px;
	font: bold 10px/18px 'Lucida Grande', helvetica, tahoma, sans-serif;
	color: #222;
}
.timeline-dateblock {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -12px;
}
/*.timeline-dateblock:before {
	display: block;
	content: "";
	position: absolute;
	left: 12px;
	top: 20px;
	width: 1px;
	height: 10px;
	background: #222;
}*/
.timeline-small-scale .timeline-dateblock:before {
	top: 25px;
	height: 4px;
	background: #777;
}
.timeline-small-scale {
	color: #dfdfdf;
	top: -30px;
	display:none;
}
.timeline-months .timeline-dateblock {
	margin-left: -6px;
}
.timeline-months .timeline-dateblock:before {
	left: 5px;
}
.timeline-event-content img { float: left; margin: 0 10px 10px 0; width: 100px; }
.timeline-event-content { margin: 20px 0 10px; }