
body {
	
	
}



	#timeliner {
		font-family: "jaf-facitweb",sans-serif;
		color: #fff;
		font-size: 1em;
		width: 600px;
		height: 600px;
		overflow: hidden;
		margin: 40px auto;
		position: relative;
		background: url('../img/dot.gif') 3px top repeat-y;
	}
	
	#timeliner a {
	color: #ffffcc;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	#timeliner a:hover,
	#timeliner a.selected {
		color: #ffcc00;
	}

	#timeliner * {
	margin: 0;
	padding: 0;
	}

	#timeliner h1 {
		font-family: Georgia, serif;
		text-align: center;
		color: #ccc;
		text-shadow: #000 1px 1px 2px;
		margin-bottom: 5px;
		font-size: 18px;
	}
	
	#timeliner h3 {
		font-family: "jaf-facitweb",sans-serif;
		text-align: center;
		color: grey;
		margin-bottom: 5px;
		font-size: 11px;
		font-weight: normal;
	}

		#dates {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: left;
		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 24px;
				padding-left: 10px;
				background: url('../img/biggerdot.png') left center no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
						font-family: Georgia, serif;
				}
		
		#issues {
			width: 400px;
			height: 600px;
			overflow: hidden;
			float: left;
		}	
			#issues li {
				width: 400px;
				height: 600px;
				list-style: none;
				text-align: center;
				display: block;
			}
			#issues  .selected{
			}
				#issues li img {
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      					
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin: 10px 20px;
					font-weight: normal;
					line-height: 22px;
					text-shadow: #000 1px 1px 2px;
					text-align: justify;
				}
		
		
		#buttons {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: left;
			display: block;
			list-style: none;
		}
		
			#buttons li{
				margin-top: 80px;
				margin-bottom: 80px;
				}
		
			#buttons li a{
				display: block;
				width: 48px;
				height: 48px;
				background-repeat: no-repeat;
				overflow: hidden;
				font-size: 70px;
			}
		
			#first {
				background-image: url('../img/first.png');
			}
			#first:hover{
				background-image: url('../img/first_hover.png');
			}
			#prev {
				background-image: url('../img/prev.png');
			}
			#prev:hover{
				background-image: url('../img/prev_hover.png');
			}
			#next {
				background-image: url('../img/next.png');
			}
			#next:hover {
				background-image: url('../img/next_hover.png');
			}
			#last {
				background-image: url('../img/last.png');
			}
			#last:hover {
				background-image: url('../img/last_hover.png');
			}
			