* {
	margin: 0;
	padding: 0;
}

body {

font-family: Arial, Helvetica, sans-serif;

	color: #fff;
	font-size: 14px;
}
  
ul {    list-style:none; }

a {
	color: #09C;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color: #676767;
	}


	
	
.sociales {
	text-align: center;
	margin-bottom: 20px;
}


		#timeline {
	width: 500px;
	height: 350px;
	overflow: hidden;
	margin_top:500px;
		position: relative;
		background-color: #d8d5d5;
	}
		
		#dates {
				font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
			width:500px;
			height: 30px;
			background-color: #d8d5d5;
			margin-top:25px ;
			margin-left:80px ;
			overflow: hidden;
		}
			#dates li {
				background-color: #d8d5d5;
				font-family: arial;
				list-style: none;
				float: left;
				width: 60px;
				height: 30px;
				font-size: 14px;
				text-align: center;
			
			}
				#dates a {
					line-height: 24px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 26px;
					color: #f64ce7;
					font-weight: bold;
						}
		
		#title {
			font-family: Arial, Helvetica, sans-serif;
		width: 550px;
		height: 30px;
		overflow: hidden;
		margin-top: 15px;
		margin-left: 80px;

		position: center;
		color: #d8d5d5;
		font-size: 26px;
		font-weight:bold;
		line-height: 25px;
		
		top: 0;
	}
		
		
		
				
				
				#mmdimg {
						background-color: #d8d5d5;
					width: 427px;
						height: 284px;
					float: left;
					margin-left:36px;
					margin-top:0px;
					color: #fff;
			padding: 1px 0px 0px 0px;
					 

						border-style:0;
	border:0;
				}
					
		
	
				
			
				#valign {
					margin-top: 40px;
				}		
				
				
				
		
		
		
		#issues {
			width: 500px;
			height: 350px;
			overflow: hidden;
			background-color: #d8d5d5;
		}	
			#issues li {
				


background-color: #666;
				width: 500px;
				height: 350px;
				
				float: left;
			}
				
				
				
				
				#issues li h6 {
	font-family: Verdana, Geneva, sans-serif;
	width: 410px;
	height: 50px;
	position: center;
	color: #666;
	font-size: 9px;
	line-height:13px;
	font: normal;
	margin-right:00px;
	margin-left: 36px;
	margin-top: 277px;
	background-color: #d8d5d5;
	padding: 16px 7px 10px 10px;
		
					
				
		
				}
				
				
			#issues li h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 412px;
	height:0px;
	position: center;
	color: #FF9;
	font-size: 12px;
	line-height:12px;
	font: normal;
	margin-right:0px;
	margin-left: 26px;
	margin-top: 20px;
background-color: #d8d5d5;
	padding: 0px 0px 5px 15px;
		
					
				
		
				}
					
				
				
				
				
	
	

}

				
				
				
				
		#grad_left,
		#grad_right {
	width: 35px;
	height: 396px;
	position: absolute;
	top: 146px;
		}
			#grad_left {
	margin-top:10px;
	left: 28px;
	background: url('http://www.nyc.gov/html/hhc/html/2011-timeline/images/grad_left.png') repeat-y;
			}
			#grad_right {
	margin-top: 10px;
	right:2px;
	background: url('http://www.nyc.gov/html/hhc/html/2011-timeline/images/grad_right.png') repeat-y;
			}
		
		#next{
	position: absolute;
	top: 0;
	font-size: 75px;
	top: 106px;
	right: 50px;
	width: 22px;
	height: 126px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
		}
		
		
		
		#prev {
	position: absolute;
	top: 0;
	font-size: 75px;
	top: 106px;
	right: 50px;
	width: 22px;
	height: 127px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
		}
			#next:hover{
			background-image: url('http://www.nyc.gov/html/hhc/images/feature/next.png');
			opacity: 100;
			}
			#prev:hover {
				background-image: url('http://www.nyc.gov/html/hhc/images/feature/previous.png');
			opacity: 100;
			
			}
			#next {
	right: 5px;
	background-image: url('http://www.nyc.gov/html/hhc/images/feature/next.png');
			opacity: 0.5;}
			#prev {
	left: 10px;
	background-image: url('http://www.nyc.gov/html/hhc/images/feature/previous.png');
	opacity: 0.5;
}
				#next.disabled,
				#prev.disabled {
					opacity: 0.0;
				}
