#timeline {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
	background-color:#313131;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	color:#FFF;
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	color:#ffcc00;
}
		
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}	
#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues li img {
	float: left;
	margin: 10px 30px 10px 80px;
	border:#fff 7px solid;
}
#issues li p.title {
	color: #fff;
	font-size: 32px;
	margin: 20px 0;
	text-shadow: #000 0px 0px 0px;
}
#issues li p {
	color:#fff;
	font-size: 18px;
	margin-right: 110px;
	font-weight: normal;
	line-height: 26px;
	text-shadow: #fff 0px 0px 0px;
}
		
#grad_left,
#grad_right {
	width: 80px;
	height: 250px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	background: url('../images/grad_left.png') repeat-y;
}
#grad_right {
	right: 0;
	background: url('../images/grad_right.png') repeat-y;
}

#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 120px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left:15px;
}
#next:hover,
#prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
	background-image: url('../images/next.png');
margin-right:15px;
}
#prev {
	left: 0;
	background-image: url('../images/prev.png');
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}