	#timeline {
		width: 100%;
		overflow: hidden;
		/*margin: 100px auto;*/
		position: relative;
		z-index: 200;
		background: url('../images/timelinr/dot.gif') left 48px repeat-x;

	}
		#dates {
			width: 100%;
			height: 60px;
			overflow: hidden;
			position: relative;
			z-index: 2000;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 140px;
				height: 60px;
				font-family: 'Open Sans';
				font-size: 13px;
				color: #808080;
				text-align: center;
				background: url('../images/timelinr/biggerdot.png') center 42px no-repeat;
				white-space: nowrap;
				padding: 0;
				margin: 0;
			}
				#dates a, #dates a:hover {
					line-height: 50px;
					text-decoration: none;
					color: #808080 !important;
					display: block;
					width: 140px;
					height: 60px;
					position: relative;
					z-index: 3000;
				}
				#dates a.tselected, #dates a.tselected:hover {
			        font-size: 21px;
			        line-height: 45px;
			        color: #000 !important;
				}
				#dates li.tselected {
				background: url('../images/timelinr/biggerdot_a.png') center 42px no-repeat;
				}
		
		#issues {
			width: 100%;
			overflow: hidden;
		}	
			#issues li {
				width: 100%;
				list-style: none;
				float: left;
				padding: 0;
				margin: 0;
			}
		
		#grad_left,
		#grad_right {
			width: 100px;
			/*height: 350px;*/
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('../images/timelinr/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/timelinr/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 38px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			z-index: 5000;
		}
			#next {
				right: -8px;
				background-image: url('../images/timelinr/next.png');
			}
			#prev {
				left: -2px;
				background-image: url('../images/timelinr/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}


