#timeline {
background:url(/_layouts/nucletron/images/timeline_bg.gif) no-repeat left top;
height:380px;

float:left;
width:700px;
position:relative;
}

#timeline #year_thumb { 
position:relative;
top:30px;
left:100px;
height:60px;
width:70px;
z-index:2;
}

#timeline .year_block { 
position:absolute; 
top:30px; 
left:10px;
width:29px;
height:22px;
margin-top:68px;
padding-top:60px;
color:white;
font: 10px Verdana;
background:url(/_layouts/nucletron/images/timeline_item_bg_on.gif) no-repeat left top;
}
	#timeline .block_active { 
	background:url(/_layouts/nucletron/images/timeline_item_bg_active.gif) no-repeat left top;
	}
	#timeline .block_hover { 
	background:url(/_layouts/nucletron/images/timeline_item_bg_hover.gif) no-repeat left top;
	}

#timeline #block1975 { left: 10px; }
#timeline #block1977 { left: 50px; }
#timeline #block1978 { left: 80px; }
#timeline #block1982 { left: 150px; }
#timeline #block1983 { left: 180px; }
#timeline #block1985 { left: 220px; }
#timeline #block1988 { left: 250px; }
#timeline #block1989 { left: 280px; }
#timeline #block1991 { left: 310px; }
#timeline #block1993 { left: 350px; }
#timeline #block1994 { left: 380px; }
#timeline #block1998 { left: 450px; }
#timeline #block2003 { left: 520px; }
#timeline #block2006 { left: 570px; }
#timeline #block2007 { left: 600px; }
#timeline #block2008 { left: 630px; }

#timeline .spacer { height:200px; }
#timeline .timeline_description {

position: absolute;
top: 200px;
left:10px;
margin-right:10px;
}
	#timeline .timeline_description .image {
	float:left;
	border:5px solid #f1f5f7;
	margin-right:15px;
	}

#timeline .hand {
cursor:pointer;
cursor:hand;
}

