
#timeline a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#timeline a:hover,  a.selected {
	color: #000;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#dates {
	width: 100%;
	height: 70px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: auto;
	padding-right:23px;
	padding-left:23px;
	height: 53px;
	font-size: 18px;
	text-align: center;
	border-bottom-style: dotted!important;
}
#dates a {
	line-height: 34px;
	padding-bottom: 15px;
	color: #000;
	text-decoration: none;
}
#dates .selected {
	font-size: 33px;
}
#issues {
	width: 5000px;
	height: auto;
	overflow: hidden;
	position:relative;
	
}
#issues li {
	width: 800px;
	height: auto;
	list-style: none;
	float: left;
	
}
#issues ul li{
	width:5000px!important;
	}
#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;}

		
		#grad_left,  #grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	margin-left:1px;
}
#grad_right {
	right: 0;
}
#next,  #prev {
	color: #000;
	text-decoration: none;
}
#prev {
	margin-left:1px;
}
/*
#next {
	right: 0;
	background-image: url('../images/next.png');
}
#prev {
	left: 0;
	background-image: url('../images/prev.png');
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
*/