


.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 680px;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
		position: relative;
		background: url('../images/dot.gif') left 59px repeat-x;
		font-size:13px;
		font-family: Arial,Helvetica,sans-serif;
	}
		#dates {
			width: 680px;
			height: 60px;
			overflow: hidden;
			margin-left:0px;
			
		}
			#dates li {
				list-style: none;
				float: left;
				width: 105px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
				
			}
			
		
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					
						
				}
				#dates .selected {
			        font-size: 15px;
					font-weight:bold;
				}
		
		#issues {
			width: 680px;
			height: auto;
			overflow: hidden;
		}	
			#issues li {
				width: 680px;
				height: auto;
				list-style: none;
				float: left;
				background:none;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
					margin: 7px 10px 0 17px;
					background: transparent;
					
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					list-style: none;
					
				}
				#issues li p {
					font-size: 13px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
					list-style: none;
					
				}
		
		#grad_left,
		#grad_right {
			width: 30px;
			height: 350px;
			position: absolute;
			top: 0;
			list-style:none;
		}
			#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;
			list-style:none;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
				list-style:none;
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
				list-style:none;
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

 ul li {

	list-style:none;


}