.rollover {
	top: 200px;
	left: 170px;
}
#timeline {
	width: 914px;
	height: 450px;
	overflow: hidden;
	margin: 0px auto 0;
	position: relative;
	background: url("dot.gif") left 45px repeat-x;
	font-family: 'cpmono_v07light';
	color: #fff;
	font-size: 14px;
}
#timeline a {
	color: #000;
	text-decoration: none;
}
#timeline a:hover {
	color: #a7453f;
}
#timeline a.selected {
	color: #a7453f;
}
#timeline p {
	font-size: 100%;
    line-height: 1.4em;
    margin-bottom: 1em;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#timeline h1 {
	font-size: 18px;
	text-align: center;
	color: #ccc;
	text-shadow: 0px 1px 0px #401a0c;
	margin-bottom: 5px;
}
#timeline h2 {
	font-size: 14px;
	text-align: center;
	color: #ccc;
	text-shadow: 0px 1px 0px #401a0c;
	margin-bottom: 5px;
}
#dates {
	width: 914px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 203px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url("biggerdot.png") center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#dates .selected {
	font-size: 38px;
}
span {
	font-size: 80%;
}
#issues {
	width: 914px;
	height: 380px;
	overflow: hidden;
}
#issues li {
	width: 914px;
	height: 380px;
	list-style: none;
	float: left;
}
#issues li img {
	float: left;
	margin: 12px 25px 85px 40px;
}
#issues li h1 {
	color: #a7453f;
	font-size: 48px;
	margin: 20px 40px 20px 0px;
	text-shadow: #401a0c 0px 1px 1px;
}
#issues li p {
	font-size: 12px;
	margin-right: 40px;
	margin-left: 40px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
}
#grad_left,  #grad_right {
	width: 50px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	background: url("grad_left.png") repeat-y;
}
#grad_right {
	right: 0;
	background: url("grad_right.png") repeat-y;
}
#next,  #prev {
	position: absolute;
	font-size: 70px;
	top: 170px;
	width: 41px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
}
#next {
	right: 0;
	background:url("../../Images/site_graphics.png") -1051px -783px  no-repeat transparent;
	display:block;
	width: 20px;
}
#next:hover {
	background: url("../../Images/site_graphics.png") -1156px -783px  no-repeat transparent;
}
#next:active {
	background: url("../../Images/site_graphics.png") -1261px -783px  no-repeat transparent;
}
#next.disabled {
	ackground: url("../../Images/site_graphics.png") -1366px -783px  no-repeat transparent;
	cursor: default;
}
#prev {
	left: 0;
	background: url("../../Images/site_graphics.png") -987px -783px  no-repeat transparent;
	display:block;
	width: 20px;
}
#prev:hover {
	background: url("../../Images/site_graphics.png") -1092px -783px  no-repeat transparent;
}
#prev:active {
	background: url("../../Images/site_graphics.png") -1197px -783px  no-repeat transparent;
}
.disabled {
	background: url("../../Images/site_graphics.png") -1302px -783px  no-repeat transparent;
	cursor: default;
}
.shortcuts {
	background:url("../../Images/bg_table.png") no-repeat; 
	padding:25px 0px 25px 0px;
	margin-top:15px;
}
.shortcuts a {
	color: #401A0C;
    font-size: 15px;
    font-weight: normal;
}
.shortcuts a:hover {
	text-decoration: underline;
}
.shortcuts a:active {
	color:#a7453f;
	text-decoration: none;
}
