/*------------timeline----------*/

#timeline {
	top: 100px;
	width: 800px;
	height: 450px;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
	background: url('../images/timeline.png') left;
}

#dates {
	width: 650px;
	height: 60px;
	overflow: hidden;
}

#dates li {
	font-family:arial;
	list-style: none;
	float: left;
	width: 135px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}


#dates a {
	line-height: 30px;
	padding-bottom: 10px;
	text-decoration:none;
	color:black;
}


#dates .selected {
	color: #c51321;
	font-size: 25px;
}
		
#issues {
	width: 650px;
	height: 350px;
	overflow: hidden;
}	

#issues li {
	width: 750px;
	height: 350px;
	list-style: none;
	text-align:justify;
	float: left;

}


.selected a{
	text-decoration: none;

}


#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	height:200px;
	width:200px;
}


#issues li h1 {
	font-size: 20px;
	margin: 20px 0;
	margin-right: 80px;

}


#issues li p {
	font-family:arial;
	font-size: 18px;
	margin-right: 80px;
	margin-top: 25px;
	font-weight: normal;
	line-height: 22px;

}
		
#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 40px;	
	
}
	#grad_left {
		left: 50px;
		background: url('../images/grad_left.png') repeat-y;
	}
	#grad_right {
		right: 0;
		background: url('../images/grad_right.png') repeat-y;
	}

#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;

}

#next {
	right: 0;
	background-image: url('../images/next.png');
}
#prev {
	left: 0px;
	background-image: url('../images/prev.png');
}
	#next.disabled,
	#prev.disabled {
		opacity: 0.2;
	}
	
#cash{
position: absolute;
width: 650px;
height:	450px;
border: 1px solid red;
}
