	#timeline {
		width: 600px;
		height: 350px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;

	}
	
	#timeline #dates a {
		color:#808080;
	}
	
	#timeline #dates a.selected {
		color:#FF4700;
	}
	
	#timeline h2 {
		line-height:40px;
	}
		#dates {
			width: 890px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					display:block;
					background:url(../images/bg-timeline.png) bottom center no-repeat;
	
				}
				#dates .selected {
			        font-size: 38px;
					color:#FF4700;
					background:url(../images/bg-timeline-selected.png) bottom center no-repeat;
						
				}
		
		#issues {
			width: 890px;
			height: 240px;
			overflow: hidden;
		}	
			#issues li {
				width: 890px;
				height: 240px;
				list-style: none;
				float: left;
			}
			
			#issues li .image {
				float:left;
				width:250px;
				margin-left: 30px;
			}
			
			#issues li .description {
				float:right;
				width:590px;
			}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;

			}
			#grad_right {
		        right: 0;
	
			}


#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,
#prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
	background-image: url('../images/next.png');
}
#prev {
	left: 0;
	background-image: url('../images/prev.png');
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

.datesWrapper {
	padding-bottom:25px;
	background:url(../images/bg-timeline-shad.png) no-repeat bottom center;
	
}
.slidesWrapper {
	padding-bottom:25px;
	padding-top:10px;
	background:url(../images/bg-timeline-shad-bottom.png) no-repeat bottom center;
	
}

.slidesWrapper h2{
	font-size:28px;
	width:300px;	
}
