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

	#timeline {
		width: 460px;
		overflow: hidden;
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}
		#timeline  #dates {
			width: 460px;
			height: 60px;
			overflow: hidden;
		}
			#timeline  #dates li {
				list-style: none;
				float: left;
				width: 90px;
				height: 50px;
				font-size: 11px;
				text-align: center;
				background: url('../images/biggerdot.gif') center bottom no-repeat;
			}
			#timeline #dates a {
					padding-bottom: 10px;
					color: #333333;
					display: block;
					border: none;
					line-height: 1.2em;
				}
				#timeline  #dates .selected {
			        color: red;
    				font-size: 15px;
    				font-weight: bold;
				}
		
		#timeline  #issues {
			width: 460px;
			margin-top: 10px;
		}	
			#timeline #issues li {
				width: 460px;
				list-style: none;
				float: left;
				padding-bottom: 10px;

			}
				#timeline #issues li img {
					float: left;
				}
				#timeline #issues li h2 {
					color: #000000;
					font-size: 30px;
					margin: 0px 10px 10px 10px;
					text-align: left;
					line-height: 1em;
				}
				#timeline #issues li p {
					color: #333333;
					float: left;
					margin: 0px 10px;
					font-weight: normal;
					line-height: 1.2em;
					width: 360px;
				}
				
				#timeline #issues sup {
					line-height: .5em;
				}	
						
				#timeline #issues li p a{
					color: red;
					}
					
				#timeline #issues li p a:hover{
					text-decoration: underline;
					}
		
		#timeline #grad_left,
		#timeline #grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#timeline #grad_left {
		        left: 0;
			}
			#timeline #grad_right {
		        right: 0;
			}
		
		#timeline #next,
		#timeline #prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 160px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;

		}
			#timeline #next:hover,
			#timeline #prev:hover {
				background-position: 0 -38px;
			}
			#timeline #next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#timeline #prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#timeline #next.disabled,
				#timeline #prev.disabled {
					opacity: 0.2;
				}



