#timeline a {
	color: #ffffcc;
	text-decoration: none;
}
#timeline a:hover,
#timeline a.selected {
	color: #ffcc00;
}

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

#timeline {
	width: 1030px;
	height: 430px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	background: url('images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 1030px;
	height: 50px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 150px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}

#issues {
	width: 930px; /* 1030 - 2 * margin-left */
	margin-left: 50px;
	height: 350px;
	overflow: visible;
}
#issues li {
	float:left;
	left:50%;
	position:relative;
	padding-top: 20px;
	/*width: 800px;*/
	height: 350px;
	list-style: none;
	/*margin-left: 25px;*/
	float: left;
	overflow: visible;
	max-width: 850px;
}
#issues li a {
	display: block;
	float: left;
	position:relative;
	right: 50%;
	text-align: center;
	width: 170px;
	height: 175px;
	overflow: visible;
}
#issues li img {
	margin: 0px;
	background: white;
}
#issues li h3 {
	color: #EBEBEB;
	line-height: 110%;
	letter-spacing: 0px;
	/*font-size: 14px;*/

	padding-left: 5px;
	padding-right: 5px;

	/*background-color: #ffcc00;*/
}
#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	/*background: url('images/grad_left.png') repeat-y;*/
}
#grad_right {
	right: 0;
	/*background: url('images/grad_right.png') repeat-y;*/
}

#next, #nextpage,
#prev, #prevpage {
	position: absolute;
	top: 0;
	font-size: 70px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover, #nextpage:hover,
#prev:hover, #prevpage:hover {
	background-position: 0 -76px;
}
#nextpage, #prevpage {
	top: 170px;
}


#next, #nextpage {
	right: 0;
	background-image: url('images/next.png');
}
#prev,  #prevpage {
	left: 0;
	background-image: url('images/prev.png');
}
#next.disabled, #nextpage.disabled,
#prev.disabled, #prevpage.disabled {
	opacity: 0.2;
}