.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline{
	height: 490px;
	overflow: hidden;
	opacity: 0;
}
#time1 p, #time2 p, #time4 p {
	float:right;
}
#time1 img, #time2 img, #time4 img {
	float:left;
}
#time3 p, #time5 p {
	float:left;
}
#time3 img, #time5 img {
	float:right;
}
#dates {
	width: 900px;
	height: 10px;
	margin: 55px auto 85px;
	background: url('../img/apt1/timelineBack.png') center center no-repeat;
	}
#dates li {
	cursor: pointer;
	list-style: none;
	float: left;
	width: 180px;
	height: 10px;
	background: url('../img/apt1/timelineBtn.png') center bottom no-repeat;
}
#dates .selected {
	background: url('../img/apt1/timelineBtnSelect.png') center bottom no-repeat;
}
#dates li:hover{
	background: url('../img/apt1/timelineBtnSelect.png') center bottom no-repeat;
}
#issues {
	width: 720px;
	height: 250px;
	overflow: hidden;
}	
#issues li {
	width: 720px;
	height: 250px;
	list-style: none;
	float: left;
}
#issues li p {
	width: 250px;
	color: #906;
	font-size: 1.2em;
}
#issues li .txt1 {
	float: right;
    font-size: 1.75em;
    font-weight: 100;
	/*margin-top: 10px;*/
	margin-bottom: 0.5em;
    line-height: 1.2em;
}
#issues li .txt2{
    font-size: 0.8em;
    font-weight: 200;
    letter-spacing:0.06em;
    line-height: 1em;
}
#issues li .txt3 {
	font-size: 1.2em;
	font-weight: 500;
    letter-spacing:0.04em;
    line-height: 1em;
}
#next,
#prev {
	position: absolute;
	width: 60px;
	height: 20px;
	margin-top: -130px;
	background-position: 30px -20px;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,
#prev:hover {
	background-position: 30px 0;
}
#next {
	right: 0;
	background: url('../img/apt1/next.png') no-repeat;
	background-position: 30px -20px;
}
#prev {
	left: 0;
	background: url('../img/apt1/prev.png') no-repeat;
	background-position: 30px -20px;
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}