ul{margin: 0px;}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 1000px;
		height: 580px;
		margin-top: 40px;		
		position: relative;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
			bottom: -25px;
			margin: 0px;
			padding: 0px;
			left: -325px;
			top: -25px;
			background: url(../img/dot.gif) left 45px repeat-x;
			position: absolute;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 135px;
				height: 50px;
				font-size: 16px;
				text-align: center;
				background: url(../img/biggerdot.png) center bottom no-repeat;
			}
				#dates a {
					color:#393533;
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
					width: 90px;
					color: #a39175;
			        font-size: 24px;
				}
		
		#issues {
			padding: 0px;
			overflow: hidden;
		}	
			#issues li {
				width: 550px;
				height: 550px;
				margin-top: 50px;
				text-shadow: #acacac 0.1em 0.1em 0.2em;
				list-style: none;
				float: left;
			}
				#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;
					margin: 10px 30px 10px 50px;
					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 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					height: 35px;
					color: #165416;
					font-size: 30px;
					margin-bottom: 10px;
					text-shadow: 2px 2px #d2c9ab;
					font-family: 'waiting_for_the_sunriseRg',Verdana;
					font-weight: bold;
				}
				#issues li p {
					width: 500px;
					font-size: 14px;
					text-align: justify;
					font-weight: normal;
					line-height: 20px;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}