	#timeline {
		width: 720px;
		height: 600px;
		overflow: hidden;
		margin: 40px auto;
		margin-left: 10%;
		position: relative;
		background: url('../img/lin.png') 3px top repeat-y;
	}
		#dates {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: left;
			padding-left: 7px;
		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 17px;
				
			}
				#dates a {
					font-family: "Merriweather", Times, "Times New Roman", Georgia, serif;
					line-height: 17px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 19px;
					font-weight: bold;
					padding-left: 10px;
					background: url('../img/biggerdot.png') left center no-repeat;
				}
		
		#issues {
			width: 600px;
			overflow: hidden;
			float: left;
		}	
			#issues li {
				width: 600px;
				height: 500px;
				list-style: none;
				padding-top: 20px;

			}
				#issues li img{
					margin: 10px 0 0 70px;
				}
				#issues li h1 {
					color: #0199c5;
					font-size: 33px;
					text-align: center;
				}
				#issues li p {
					font-size: 19px;
					margin: 0;
					width: 510px;
					font-weight: normal;
					    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
				}
		
		#grad_top,
		#grad_bottom {
			width: 70%;
			height: 80px;
			position: absolute;
		}
			#grad_top {
		        top: 0;
		        background: url('../img/grad_top.png') repeat-x;
			}
			#grad_bottom {
		        bottom: 0;
		        background: url('../img/grad_bottom.png') repeat-x;
			}
		
		#next,
		#prev {
			position: absolute;
			left: 55%;
			font-size: 70px;
			width: 35px;
			height: 35px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position:  0 0;
			}
			#next {
				bottom: 0;
				background-image: url('../img/bottom.png');
			}
			#prev {
				top: 0;
				background-image: url('../img/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 1;
				}
@media (max-width: 991px) {
	#timeline {
    width: 720px;
    height: 600px;
    overflow: hidden;
    margin: 40px auto;
    margin-left: 10px;
}
}

@media (max-width: 767px) {
	#timeline {
		width: 100%;}
	#issues {
			width: 380px;
			overflow: hidden;
			float: left;
		padding-left: 20px;
		}
	#issues li {
		width: 350px;}
	#issues li p {
					font-size: 15px;
		line-height: 20px;
					margin: 0;
		width: 330px;}
	#issues li h1 {
    color: #0199c5;
		font-size: 24px;}}
@media (max-width: 600px) {
	#timeline {
		width: 100%;}
	#issues {
			width: 280px;
			overflow: hidden;
			float: left;
		padding-left: 20px;
		}
	#issues li {
		width: 250px;}
	#issues li p {
					font-size: 15px;
		line-height: 20px;
					margin: 0;
		width: 230px;}
	#issues li h1 {
    color: #0199c5;
		font-size: 24px;}
}
@media (max-width: 480px) {
	#timeline {
		width: 96%;
		margin-left: 3px;
	}
	#issues {
			width: 240px;
			overflow: hidden;
			float: left;
		padding-left: 20px;
		}
	#issues li {
		width: 240px;}
	#issues li p {
					font-size: 15px;
		line-height: 20px;
					margin: 0;
		width: 230px;}
	#issues li h1 {
    color: #0199c5;
		font-size: 24px;}
}

@media (max-width: 340px) {
	#timeline {
		width: 96%;
		margin-left: 3px;
	}
	#dates {
		width: 70px;}
	#dates li{
		width: 70px;}
	#issues {
			width: 200px;
		padding-left: 10px;
		}
	#issues li {
		width: 200px;}
	#issues li p {
					font-size: 14px;
		line-height: 18px;
					margin: 0;
		width: 200px;}
	#issues li h1 {
    color: #0199c5;
		font-size: 24px;}
}
	
	