.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
 	#timeline {
		width: 100%;
		height: 350px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: url('../images/dot.gif') 3px top repeat-y;
	}
		#dates {
			width: 120px;
			height: 350px;
			overflow: hidden;
			float: left;
		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 24px;
				padding-left: 20px;
				background: url('../images/biggerdot.png') left center no-repeat;
			}
				#dates a {
					line-height: 38px; color:#fff; opacity:0.7;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px; opacity:1; text-decoration:underline;
				}
		
		#issues {
			width: 1000px;
			height: 350px;
			overflow: hidden;
			float: right;
		}	
			#issues li {
				width: 1000px;
				height: 350px;
				list-style: none;

			}
				#issues li h3 {
					color: #fff;
					font-size: 48px; padding-top:35px; line-height:45px;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li .tt {
					font-size: 16px; color:#fff; opacity:0.8; padding-top:20px;
					line-height: 24px;
				}
		
		#grad_top,
		#grad_bottom {
			width: 500px;
			height: 80px;
			position: absolute;
		}
			#grad_top {
		        top: 0;
		        background: url('../images/grad_top.png') repeat-x;
			}
			#grad_bottom {
		        bottom: 0;
		        background: url('../images/grad_bottom.png') repeat-x;
			}
		
		#next,
		#prev {
			position: absolute;
			left: 200px;
			font-size: 0;
			width: 38px;
			height: 22px;
			background-position: 0 -44px;
			background-repeat: no-repeat;
			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;
				}