

#fs_ltbox_liner { margin-top:50px !important; }
/* RESETS */
#fs_ltbox,
#fs_ltbox div,
#fs_ltbox a,
#fs_ltbox ul,
#fs_ltbox li,
#fs_ltbox h2,
#fs_ltbox p,
#fs_ltbox blockquote,
#fs_ltbox img {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:1;
}
#fs_ltbox img {
	display:block;
	vertical-align:top;
}
#fs_ltbox li {
	list-style:none;
}
#fs_ltbox a {
	text-decoration:none;
}

/* GLOBAL STYLES */
#fs_ltbox {
	background-image:url("../img/timeline/layout/white-trans.png");
	background-repeat:repeat;
	background-position:left top;
	display:none;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serf;
	font-size:12px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;

	position:fixed;
}

/* LIGHTBOX SPECIFIC STYLES */
#fs_ltbox #fs_ltbox_close_btn {
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
#fs_ltbox #fs_ltbox_close_btn a {
	background-image:url("../img/timeline/layout/buttons.gif");
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:right;
	height:50px;
	margin-bottom:20px;
	overflow:hidden;
	text-indent:-999em;
	width:50px;
}
#fs_ltbox #fs_ltbox_close_btn a:hover {
	background-position:left -50px;
}
#fs_ltbox #fs_slideshow_container {
	background-color:#e2e1e1;
	border-color:#003a63;
	border-style:solid;
	border-width:5px 0;
	padding-bottom:25px;
}
#fs_ltbox #fs_slideshow_nav {
	list-style:none;
	font-weight:bold;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:960px;
}
#fs_ltbox #fs_slideshow_nav li {
	display:inline-block;
	text-align:center;
}
#fs_ltbox #fs_slideshow_nav li a {
	color:#6a8eb5;
	display:block;
	padding:9px;
}
#fs_ltbox #fs_slideshow_nav li a:hover {
	background-color:#6a8eb5;
	color:#fff;
}
#fs_ltbox #fs_slideshow_nav li.active {
	background-color:#fff;
	color:#333;
}
#fs_ltbox #fs_slideshow_content {
	background-color:#fff;
	clear:left;
	overflow:hidden;
}
#fs_ltbox #fs_slideshow_content #fs_slideshow_liner {
	margin:0 auto;
	padding:25px 0;
	overflow:hidden;
	width:960px;
}
#fs_ltbox .nav_button {
	float:left;
	height:50px;
	width:75px;
}
#fs_ltbox .nav_button a {
	background-image:url("../img/timeline/layout/buttons.gif");
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:50px;
	overflow:hidden;
	text-indent:-999em;
	width:50px;
}
#fs_ltbox .nav_button .hide {
	display:none;
}
#fs_ltbox .nav_button a:hover {
	cursor:pointer;
}
#fs_ltbox #fs_slideshow_previous a {
	background-position:-50px 0;
}
#fs_ltbox #fs_slideshow_previous a:hover {
	background-position:-50px -50px;
}
#fs_ltbox #fs_slideshow_next a {
	background-position:-100px 0;
	float:right;
}
#fs_ltbox #fs_slideshow_next a:hover {
	background-position:-100px -50px;
}
#fs_ltbox #fs_slideshow_els {
	float:left;
	overflow:hidden;
	width:810px;
}
#fs_ltbox #fs_slideshow_els ul {
	float:left;
}
#fs_ltbox #fs_slideshow_els li {
	float:left;
	overflow:hidden;
	width:810px;
}
#fs_ltbox #fs_slideshow_els li .element_wrapper {
	background-color:#fff;
	float:left;
	overflow:hidden;
}
#fs_ltbox #fs_slideshow_els .caption {
	float:left;
	width:295px;
}
#fs_ltbox #fs_slideshow_els img {
	display:block;
	float:left;
	margin-right:25px;
}
#fs_ltbox #fs_slideshow_els h2 {
	border-bottom:1px solid #e2e1e1;
	color:#003a63;
	font-size:24px;
	font-weight:bold;
	margin:0 5px 15px 0;
	padding-bottom:12px;
}
#fs_ltbox #fs_slideshow_els p {
	color:#333;
	line-height:15px;
	margin-bottom:1em;
}
#fs_ltbox #fs_slideshow_els blockquote {
	text-transform:uppercase;
	text-align:center;
}
#fs_ltbox #fs_slideshow_else blockquote p:last-child,
#fs_ltbox #fs_slideshow_els p:last-child {
	margin-bottom:0;
}

/* Special instructions for Internet Explorer */
#ltIE8 #fs_ltbox #fs_slideshow_nav li {
	display:inline;
}