

#timeline a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	#timeline a:hover,
	#timeline a.selected {
		color: red;
	}

#timeline h1,#timeline h2,#timeline h4,#timeline h5,#timeline h6 {
	text-align: center;
	color: #ccc;
	margin-bottom: 5px;
}
	#timeline h1 {
		font-size: 18px;
	}
	#timeline h2 {
		font-size: 14px;
	}
#timeline .sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 620px;
		overflow: hidden;
		margin: 0px auto;
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}
		#timeline #dates {
			width: 620px;
			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;
					display: block;
					border: none;
					line-height: 1.2em;
				}
				#dates .selected {
			        color: red;
    				font-size: 15px;
    				font-weight: bold;
				}
		
	#timeline #issues {
			width: 620px;
			margin-top: 10px;
		}	
			#timeline #issues li {
				width: 620px;
				list-style: none;
				float: left;
				padding-bottom: 25px;
				border-bottom: 5px solid #CCCCCC;
			}
				#timeline #issues li img {
					float: left;
					margin: 25px 30px 10px 50px;
				}
				#timeline #issues li h1 {
					color: #000000;
					font-size: 30px;
					margin: 20px 0;
					text-align: left;
					line-height: 1em;
				}
				#timeline #issues li p {
					color: #333333;
					font-size: 11px;
					float: right;
					margin-right: 70px;
					margin-bottom: 10px;
					font-weight: normal;
					line-height: 1.5em;
					width: 267px;
				}
								
				#timeline #issues li p a{
					color: red;
					}
					
				#timeline #issues li p a:hover{
					text-decoration: underline;
					}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#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;

		}
			#next:hover,
			#prev:hover {
				background-position: 0 -38px;
			}
			#next {
				right: 0;
				background-image: url('https://s3.amazonaws.com/iw-files/interactive_graphics/2011/09/solyndra_timeline/images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('https://s3.amazonaws.com/iw-files/interactive_graphics/2011/09/solyndra_timeline/images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}


