#sliderContent {
	width:690px;
	margin:auto;
	background:#235C8B url(/images/timeline/timeline_background.png) repeat-x scroll 0 0;
}
.viewer {
	width:690px;
	height:542px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.content-conveyor {
	width:610px;
	height:542px;
	position:relative;
	left:0;
}
.item {
	_cursor: hand;
	_cursor: pointer;
	*overflow: hidden;
	margin-top: 378px;
	display: block;
	width:146px;
	height:96px;
	float:left;
	background:transparent url(/images/timeline/time_item_back.png) no-repeat scroll 0 0;
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.itemShow {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.item:hover {
	cursor: hand;
	cursor: pointer;
}
.item h4 {
	padding:9px 20px 0 13px;
	color:#CE9A10;
	font:bold 14px/18px "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}
.item strong {
	display: block;
	padding:0 20px 0 13px;
	font:bold 11px/13px "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	color:#1D5885;
}

#dates {
	color:#FFFFFF;
	position: absolute;
	bottom: 22px;
	left: 0;
	height: 45px;
	display: block;	
}
#dates div { position: relative; }
#dates a, #dates a:link, #dates a:active, #dates a:visited  {
	color:#FFF;
	padding-left: 60px;
	height: 30px;
	display: block;
	padding-top: 15px;
	background:transparent url(/images/timeline/year_sep.png) no-repeat scroll 0 0;
	font-weight: bold;
	position: absolute;
	top:0;
	_top:68px;
	left:0;
	text-decoration: none;
}
div.detailsWrap {
	position: relative;
	display: none;
}
div.details { 
	_cursor:default;
	position: absolute;
	z-index: 2;
	bottom:0;
	_bottom:96px;
	left:-220px;
	width:566px;
	background: transparent url(/images/timeline/time_large_back_2.png) no-repeat scroll bottom left;
	_background: transparent url(/images/timeline/time_large_back_2IE6.png) no-repeat scroll bottom left;
	padding-bottom: 26px;
}
div.detailsCopyWrap {
	background: transparent url(/images/timeline/time_large_back_1.png) no-repeat scroll 0 0;
	_background: transparent url(/images/timeline/time_large_back_1IE6.png) no-repeat scroll 0 0;
	padding:0 15px 15px 15px;
}

div.details:hover {
	cursor:default;
}

div.details div.timeCopy img {
	float:left;
	margin-right: 15px;
}
div.details h4 {
	padding:0;
	font-size: 13px;
	line-height: 14px;
	padding:15px 0 10px 0;
}
div.details h4 span { color:#1D5885; }
div.details p {
	color:#333;
	font-size: 12px;
	line-height: 16px;
}

div.timeCopy {
	background: none;
	position: relative;
	_height: expression( this.scrollHeight >= 275 ? "275px" : "auto" );
	max-height: 275px;
	overflow-y: auto;
}

a.closeDetails, a.closeDetails:link, a.closeDetails:active, a.closeDetails:visited {
	float: right;
	text-indent: -2000px;
	overflow: hidden;
	display: block;
	width:25px;
	height:25px;
	font-size: 110%;
	*background-color: red;
	*filter:alpha(opacity=0);
	zoom: 1;
} 

#slider { position: relative; }
#slideL, #slideR {
	position: absolute;
	top:-66px;
	text-indent: -2000px;
	overflow: hidden;
	display: block;
	background: transparent url(/images/timeline/slide_left_button.png) no-repeat scroll 0 0;
	width:34px;
	height:43px;
	font-size: 110%;
	z-index: 3;
	zoom: 1;
}
#slideL { left:1px; }
#slideR {
	background: transparent url(/images/timeline/slide_right_button.png) no-repeat scroll 0 0;
	right:0;
}