	#timeline {
		width: 800px;
		height: 400px;
		float:left;
		overflow: hidden;
		margin: 10px auto;
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
			}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 14px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
				
			}
				#dates a {
					line-height: 18px;
					padding-bottom: 10px;
					color:#000000;
				}
				#dates .selected {
			        font-size: 22px;
					color:#000000;
				}
		
		#issues {
			width: 800px;
			height: 400px;
			overflow: hidden;
			
		
		}	
			#issues li {
				width:800px;
				height: 400px;
				list-style: none;
				float:left;
				color:#00507e;	
				line-height:30px;
			}
				
		
		#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;
				}