

a {
	color: #555;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color:#94070a;
	}



	#timeline {
		width: 1050px;
		height: 800px;
		overflow: hidden;
		margin: 10px auto;
		position: relative; 
		
	}
		#dates {
			width: 150px;
			height: 800px;
			overflow: hidden;
			background: url('../images/dot.gif') 775px 0px repeat-y; background-size:10px; 
		}
			#dates li {
				list-style: none;text-align:right;
				width: 110px;
				height: 26px;
				line-height: 26px;
				font-size: 14px;
				padding-right: 40px; 
				background: url('../images/tmon.png') 120px 8px no-repeat; background-size:20px;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 20px;
				}
		
		#issues {
			width: 650px;
			height: 800px;
			overflow: hidden;
			float: left;
		}	
			#issues li {
				width: 650px;
				height: auto;
				list-style: none;

			}
				#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 .timerimgs{width:100%; clear:both; text-align:center; display:table; padding:50px 0 50px 0}
				#issues li .timerimgs a{ display:block; text-align:center; vertical-align:middle; margin-bottom:10px}
				#issues li img {
					/*float: left;*/
					display:block;width:auto; height:auto; vertical-align:middle; 
					margin: 0 auto;
					-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 {
					 width:auto;
					font-size:20px; line-height:30px; font-weight:normal; margin:10px auto 10px auto;
					text-align: center;font-family:Arial, Helvetica, sans-serif;
				}
				#issues li h1 span{ width:auto; padding:0px 1em 0px 1em;background:#94070a; color:#FFF; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
				#issues li p {
					text-align: justify;
					font-size: 16px;
					margin: 10px 0px 0px 0; padding-bottom:10px;
					font-weight: normal;
					line-height: 150%; text-indent:2em; background:url(../images/dot.gif)  left 8px no-repeat; 
				}
		
		#grad_top,
		#grad_bottom {
			width: 800px;
			height: 80px;
			position: absolute;
		}
			#grad_top {
		        top: 0; right:0px;
			}
			#grad_bottom {
		        bottom: 0;
			}
		
		#next,
		#prev {
			position: absolute;
			left: 55%;
			font-size: 70px;
			width: 38px;
			height: 22px;
			background-position: 0 -44px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position:  0 0;
			}
			#next {
				bottom: 0;
				background-image: url('../images/next_v.png');
			}
			#prev {
				top: 0;
				background-image: url('../images/prev_v.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
