/* PRINT STYLES */

/* GENERAL */
.printNone {
	display:none;
}
.printAll {
	display:block;
}
#page {
	padding-top:0px;
}
#textOptionsDiv {
	display:none;
}
.backArrowTxtDiv {
	display:none;
}
.backtoTop{display:none;}
/* TIME LINE */
#largeDates {
	font-size:40px;
	color:#999999;
	display: none;
}
.first_dot {
	margin-left:30px;
	width:53px;
	float:left;
	height:66px;
	background-image:url(/images/default/timeline/dot_1.gif);
	display: none;
}
.dots {
	float:left;
	width:96px;
	background-image:url(/images/default/timeline/dots.gif);
	height:66px;
	display: none;
}
#redbar_1932 {
	float:left;
	width:740px;
	background-image:url(/images/default/timeline/large_red_bar.gif);
	height:66px;
	display: none;
}
#timelineDiv {
	width:950px;
}
#content_scroll {
	width:950px;
	height:auto;
}
/* THUMB SLIDER */
#thumbSlider {
	width:537px;
}
#prevBox {
	display:none;
}
#slideBox {
	overflow:visible;
	float:left;
	width:537px;
}
#slideContainer {
	width:537px;
}
#nextBox {
	display:none;
}