#timeline_block { position: relative; display: block; width: 419px; height: 216px; }
#timeline_content { position: relative; width: 419px; height: 149px; background-color: #fffea7; border: 1px solid #b3d84c;}
	#timeline_content table { width: 100%; }
		#timeline_content table td { text-align: center; vertical-align: top; }
		td.td_hist_pic { padding: 5px; font-size: 13px; }
		td.td_hist_blurb { width: 100%; }
			#content_txt #timeline_block p { font-size: 12px; margin: 0 5px; text-align: left; }
				#content_txt #timeline_block p.timeline_img_caption { margin-top: 5px; white-space: nowrap; }
	
	#timeline_date_block { position: relative; width: 100%; height: 59px; }
		div.obj-date { position: absolute; top: 0; width: 29px; text-align: center; background-color: transparent; }
			div.date-label { position: absolute; left: 0px; font-size: 12px; line-height: 12px; }
				div.date-label a.selected { color: #65B561; }
			div.obj-dot { position: absolute; display: block;  left: 0px; width: 29px; height: 12px; margin-right:auto; }
				div.obj-dot * { display: block; font-size: 1px; z-index: 5; }/* fontsize = ie hack */
					div.dot-line { width: 1px; height: 5px; margin-left: 0px; font-size: 1px; /* background: #fff url(images/img_line.gif) top center repeat-y; */ }	
						div.dot-line img { width: 1px; height: 5px; }
					div.dot { width: 7px; height: 7px; /* background-color: #4195ff; */ }
						div.dot img { width: 7px; height: 7px;}
			div.line { position: absolute; display: none; width: 29px; top: 0px; left: 0px; font-size: 1px;/*  background: #fff url(images/img_line.gif) top center repeat-y;  */	}	
				div.line img { width: 1px; }
				div.line.line-selected { display: block; }
		#date-line-block { position: absolute; width: 100%; left: 0; top: 33px; height: 9px; z-index: 5;}
			#date-line { position: absolute; display: block; z-index: 1; top: 4px; left: 0px; width: 100%; height: 1px; /* background: url(images/img_end.gif) 0px center repeat-y;  *//* border-top: 1px solid #b9da55;  */}
				#date-line img { width: 100%; height: 1px; }
			div.line-ends { position: absolute; width: 9px; height: 9px; z-index: 2;  /* border: 1px solid #b9da55;  */font-size: 1px; background-color: #fff; }
				div.line-ends img { width: 9px; height: 9px; }
				#line-end-rt { right: 0px; }
				#line-end-lt { left: 0px;  }
			
		div.obj-date.dt-up { top: 0px; height: 42px; z-index: 5; }
			div.obj-dot.dot-up { bottom: 0px; }
			div.date-label.lbl-up { top: 18px; }
			div.line.line-up, div.line.line-up img { height: 19px; }
		div.obj-date.dt-dn { height: 59px; z-index: 5; }
			div.obj-dot.dot-dn { top: 35px; }
			div.date-label.lbl-dn { bottom: 0px; }
			div.line.line-dn, div.line.line-dn img { height: 36px; }
