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

	#timeline {
	width: 950px;
	height: 450px;
	overflow: hidden;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(./timelinr_img/dot.gif);
	background-repeat: repeat-x;
	background-position: left 45px;
	}
		#dates {
			width: 950px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('./timelinr_img/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color: #000000;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 950px;
			height: 450px;
			overflow: hidden;
		}	
			#issues li {
	width: 950px;
	height: 450px;
	list-style: none;
	float: left;
			}

@media only screen and (max-width: 768px) {
		#timeline,#dates,#issues {
	width: 100%;
}
			#issues li {
	width: 100%;
}
}				#issues li.selected img.img {
					-webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
				    -o-transform: scale(1.0,1.0);
				    -ms-transform: scale(1.0,1.0);
				    transform: scale(1.0,1.0);
				}
				#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 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.9,0.9);
					-moz-transform: scale(0.9,0.9);
				    -o-transform: scale(0.9,0.9);
				    -ms-transform: scale(0.9,0.9);
				    transform: scale(0.9,0.9);
				}
				#issues li h1 {
	/*color: #ffcc00;*/
					font-size: 150%;					/*text-shadow: #000 1px 1px 2px;*/
	margin-top: 20px;
	margin-right: 20;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
				}
				#issues li p {
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 100px;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 450px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('./timelinr_img/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('./timelinr_img/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 200px;
			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('./timelinr_img/next.png');
			}
			#prev {
				left: 0;
				background-image: url('./timelinr_img/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}