﻿#timeline {
	width: 500px;
	height: 260px;
	overflow: hidden;
	position: relative;
	background: url('/images/dot.png') 2px top repeat-y;
	left:15px;
	top:30px;
}
#dates {
	width: 20px;
	height: 260px;
	overflow: hidden;
	float: left;
}
#dates li {
	list-style: none;
	width: 20px;
	height: 40px;
	font-size: 24px;
	padding-left: 10px;
	position: relative;
}
#dates li a{
	display: block;
	width: 20px;
	height: 40px;
	font-size: 24px;
	padding-left: 10px;
	background: url('/images/dotbg.png') left center no-repeat;
	position: absolute;
	left:0;
}
#dates li a.selected {
	background: url('/images/dotcurbg.png') left center no-repeat;
}
#issues {
	width: 330px;
	height: 220px;
	overflow: hidden;
	float: left;
}
#issues li {
	width: 330px;
	height: 220px;
	list-style: none;
}
#issues li p {
	font-size: 24px;
	line-height: 40px;
	color:#fff;
	font-weight: normal;
}
#issues li p a{
	font-size: 24px;
	line-height: 40px;
	color:#fff;
	font-weight: normal;
}