#timeline
{
	width:837px;
	/*height:650px;*/
	height:auto;
	overflow:hidden;
	position:relative;

	margin: 0 auto;

}


div.timeline-wrap
	{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;	
	background:url('timelinr/dot.gif') left 105px repeat-x; 
	height: 100px;
	padding: 20px 0 10px 0;
	width: 850px;
	}
	
#dates
{
	width:800px;
	height:90px;
	overflow:hidden;
}

#dates li
{
	list-style:none;
	float:left;
	width: 175px;
	height:90px;
	font-size:14px;
	text-align:left;
	background:url('timelinr/biggerdot.png') center bottom no-repeat;
}

#dates a
{
	border-left: 2px dotted #ccc;
	display: block;
	padding: 48px 10px 0 10px;
	height: 22px;
	line-height:20px;
	width: 155px;
	padding-bottom:10px;
}

#dates li.year-wrap	 a
	{
	padding: 10px 10px 0 10px;
	width: 155px;	
	height: 70px;
	}

#dates .selected
{
	font-size:14px;
	color:#000;
}

#dates span
{
	display:block;
}

#issues
{
	width:837px;
	/*height:400px;
	height:auto;*/
	overflow:hidden;
	margin-bottom: 20px;
}

#issues li
{
	width:837px;
	/*height:400px;
	height:auto;*/
	padding: 20px 0;
	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;
	background:transparent;
	margin:20px 30px 10px 0;
	

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	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.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
{
	color:#fc0;
	font-size:48px;
	margin:20px 0;
}
*/
#issues li p
{
	color: #000;
}


#grad_left,#grad_right
{
	width:100px;
	height:350px;
	position:absolute;
	top:0;
}



#next,#prev
{
	display: none;
	background: red;
	position:absolute;
	font-size:70px;
	top:170px;
	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/next.png');
}

#prev
{
	left:0;
	background-image:url('timelinr/prev.png');
}

#next.disabled,#prev.disabled
{
	opacity:0.2px;
}

div#timeline ul li span.year
	{
	color: #ED1B35;
	font: 18px/18px 'LeagueGothic',arial,helvetica,sans-serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	}
	
div#timeline ul li span.title
	{
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	}

	
#dates li a:hover,
#dates li a:focus
	{
	background: #ED1B35;
	text-decoration: none;
	}
	
#dates li a:hover span.year,
#dates li a:focus span.year,
#dates li a:hover span.title,
#dates li a:focus span.title
	{
	color: #FFF;
	}
	

#issues li h2
	{
	color: #000000;
	font: bold 18px/28px arial,helvetica,sans-serif;
  	border-bottom: 1px solid #ABABAC;
    	line-height: 20px;
    	margin-bottom: 15px;
    	padding: 0 0 5px;	
    	text-transform: uppercase;
	}