

	#timeline {
		width: 1000px;
		min-height: 470px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: url("../images/timeline.jpg") repeat-x scroll top 381px center rgba(0, 0, 0, 0);
		border-bottom: 1px solid #cbad6e;
	}
		#dates {
			width: 1000px;
			height: 60px;
			margin-top: 75px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				padding-top: 1px;
				float: left;
				width: 340px;
				height: 70px;
				font-size: 24px;
				text-align: center;
				background: url('../images/dot.png') center top no-repeat;
			}
				#dates a {
					line-height: 68px;
					margin-top: 40px;
					font-family: georgia;
					font-size: 12px;
					color: #fff;
				}
				#dates .selected {
			        font-size: 16px;
				}
		
		#issues {
			width: 1000px;
			height: 299px;
			overflow: hidden;
		}	
			#issues li {
				width: 1000px;
				height: 350px;
				list-style: none;
				float: left;
				background: #fff;
			}
				#issues li img {
					float: left;
					height: 300px;
					width: 240px;
					background: #666; 
				}
				#issues li div.inner-issue {
					float: left;
					width: 620px;
					height: 260px;
					margin: 20px 0;
					margin-left: 20px;
				}
				#issues li div.inner-issue p span {
					
					font-size: 16px;
					margin: 20px 0;
					font-size: georgia;
										font-weight: 100;
				}
				#issues li div.inner-issue p {
					font-size: 13px;
					font-family: georgia;
					font-weight: 100;
					line-height: 22px;
					
				}
				
				#issues li div.inner-issue p a {
					color: #444;
					
				}
				#issues li div.inner-issue p strong {
					font-weight: bold;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 470px;
			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;

			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			
			#next {
				right: 0;
				background-image: url('../images/next.png');
				width: 80px;
				height: 60px;
				margin-top: 120px;
				
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}