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

	#timeline {
		
		height: 700px;
		overflow: hidden;
		margin: 0px auto;
		position: relative;
		background: url('../img/timeline/dot.gif') left 45px repeat-x;
	}
		#dates {
			
			height: 60px;
			overflow: hidden;
			left: -600px;
			position: relative;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 220px;
				height: 52px;
				font-size: 24px;
				text-align: center;
				background: url('../img/timeline/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					color: #797979;
				}
				#dates .selected {
			        font-size: 38px;
			        background: url(../img/timeline/biggerdot2.png) 38px 48px  no-repeat;
			        color: #000;
				}

				#dates .selected a{			        
			        text-decoration: none !important;
				}

				#dates a:focus, a:hover {
				    color: #000;
				    text-decoration: none !important;
				}
		
		#issues {
			
			height: 350px;
			overflow: hidden;
			position: relative;
			top: 50px
		}	
			


			#issues li {
				
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li.selected img {
					
					
				}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
					background: transparent;
					
				}
				#issues li h3 {
					color: #fff;
					font-size: 48px;					
					background: #00a3df;
				    border-radius: 99px;
				    height: 145px;
				    width: 145px;
				    padding: 46px 0 0 14px;
				    position: relative;
    				top: -19px;
    				left: 65px;
				}
				#issues li p {
					font-size: 26px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 40px;
					
				}
		
		#grad_left,
		#grad_right {
			/*width: 100px;
			height: 350px;
			position: absolute;
			top: 0;*/
		}
			#grad_left {
		        left: 0;
		        background: none;
		         display: block;
			    z-index: -50;
			    position: relative;
			}
			#grad_right {
		        right: 0;
		        background: none;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 45px;
    		height: 90px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -93px;
			}
			#next {
				right: 25px;
				background-image: url('../img/timeline/next.png');
			}
			#prev {
				left: 25px;
				background-image: url('../img/timeline/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}