#timeline *, #autotimeline * {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#timeline a, #autotimeline a {
	color: #55898e;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#timeline a:hover, #timeline a.selected, #autotimeline a:hover, #autotimeline a.selected {
		color: #403128;
	}

#timeline h1, #timeline h2, #timeline h4,#timeline h5, #timeline h6,
#autotimeline h1, #autotimeline h2, #autotimeline h4, #autotimeline h5, #autotimeline h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
	#timeline h1, #autotimeline h1 {
		font-family: Georgia, serif;
		font-size: 16px;
	}
	#timeline h2, #autotimeline h2 {
		font-family: Georgia, serif;
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 10px;
}

	#timeline, #autotimeline {
		width: 100%;
		height: 310px;
		overflow: hidden;
		margin: 0 auto 5px 0;
		position: relative;
		background: url('../images/timeline/dot.gif') left 35px repeat-x;
	}
		#dates {
		width: 780px;
		height: 40px;
		overflow: hidden;
		}
			#dates > li {
				font-family: Georgia, serif;
				list-style: none;
				float: left;
				width: 160px; /*distance between timeline dates*/
				height: 40px;
				font-size: 18px;
				text-align: center;
				vertical-align:bottom;
				background: url('../images/timeline/biggerdot.png') center bottom no-repeat;
				overflow:hidden;
			}
				#dates a {
					line-height: 30px;
					padding-bottom: 10px;
					font-size:16px;
				}
				#dates .selected {
			        font-size: 30px;
					outline:none;
				}
		
		#issues {
			height: 310px;
			overflow: hidden;
			list-style: none;
		}	
			#issues li {
				display:inline-block;
				width:780px;
				height: 310px;
				float: left;
			}
						
					#issues li p {
					font-size: 14px;
					margin-right: 80px;
					margin-top:5px;
					font-weight: normal;
					line-height: 22px;
					display:block;
				}
				
			#issues li p.textOnly {
				margin-left:40px;
			}
			
			#issues li div.leftTimeBox {
				display:inline-block;
				height:100%;
				float:left;
			}
				
				#issues li img {
					display:inline-block;
					float: left;
					margin: 10px 30px 20px 40px;
					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 1s ease-in-out;
					-moz-transition: all 1s ease-in-out;
					-o-transition: all 1s ease-in-out;
					-ms-transition: all 1s ease-in-out; 
					transition: all 1s ease-in-out;
					-webkit-transform: scale(0.6,0.6);
					-moz-transform: scale(0.6,0.6);
				    -o-transform: scale(0.6,0.6);
				    -ms-transform: scale(0.6,0.6);
				    transform: scale(0.6,0.6);
				}
				
					#issues li.selected img {
					-webkit-transform: scale(1,1);
					-moz-transform: scale(1,1);
				    -o-transform: scale(1,1);
				    -ms-transform: scale(1,1);
				    transform: scale(1,1);
				}
				
				#issues li h1 {
					display:inline-block;
					color: #55898e;
					font-size: 24px;
					margin: 5px 0;
					margin-right:150px;
					text-shadow: #000 1px 1px 2px;
				}
			
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 310px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('../images/timeline/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/timeline/grad_right.png') repeat-y;
			}
		
		#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 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/timeline/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/timeline/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}