body {
	margin: 0 auto;
	background: url(./images/background-1.jpg) no-repeat scroll center top;
}
#container{
	margin: 0 auto;
	width: 962px;
	height: 712px;
	background: url(./images/background-2.jpg) no-repeat scroll;
	
}

#logo {
	background: url(./images/logo.png) no-repeat scroll 0 0 transparent;
	position: relative;
	width:136px;
	height:58px;
	top: 136px;
	left: 70px;
}
#logo a{
	position: absolute;
	/*background: url(./images/logo.png) no-repeat scroll 0 0 transparent;*/
	width:136px;
	height:58px;
}

#century{
	margin: 160px auto 0 auto;
	height: 20px;
	font-family: helvetica;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	width: 40px;
	text-align: center;
	vertical-align: top;
}
#ruler{
	margin: 10px auto 0 auto;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	width:940px;
	height: 78px;
}

.marker{
	background: url("./images/marker-2.png") no-repeat;
	position: absolute;
	width: 36px;
	height: 63px;
	margin-top: 3px;
}

.marker a{
	background: url("./images/marker-1.png") no-repeat;
	font-family: calibri;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	position: absolute;
	padding: 9px 0 0 10px;
	width: 36px;
	height: 63px;
	z-index: 2;
}

#marker1{
	margin-left: 203px;
}

#marker2{
	margin-left: 203px;
}

#years{
	position: relative;
	border: 0px solid black;	
	overflow: hidden;
	width: 890px;
	margin: 20px auto 0 auto;
	height: 43px;
	top: 12px;
}

#years .items{
	width: 10000px;
	position: absolute;
	left:180px;
}

#years .year{
	float: left;
	font-family: calibri;
	font-weight: bold;
	color: #c2b590;
	font-size: 16px;
	height: 43px;
	width: 32px;
	background: url("./images/bar.png") no-repeat center bottom transparent;
	text-align: center;
	
}

#content{
	margin: 0 auto;
	height: 330px;
	width: 920px;
}

#content a.browse {
	background:url(./images/arrows-2.png); no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	font-size:1px;
	height:87px;
	width:30px;
	margin-top: 108px;
	position: absolute;
	z-index:2;
}
#content a.right {
	background-position:-30px 0;
	margin-left:884px;
}
#content a.right:hover {
	background-position:-30px 0;
}
#content a.right:active {
	background-position:-30px 0;
}
#content a.left {
	float:left;
	margin-left:10px;
}
#content a.left:hover {
	background-position:0 0;
}
#content a.left:active {
	background-position:0 0;
}
#content a.disabled {
	visibility:hidden !important;
}

#scroller {
  position: absolute;
  margin-top: 3px;
  width: 920px;
  height: 326px;
  overflow: hidden;
  text-align: none;
  
}
#pages {
	width:10000px;
	position:absolute;
}

#pages div {
	float:left;
}

/*
 * Overlay
 */
#frame{
	width: 617px;
	height: 581px;
	margin: 85px auto;
	z-index: 100;
	position: relative;
	background: #fff;

}

#frame .top {
	width: 617px;
	height: 27px;
	background: #535353;
}

#frame .top a{
	background: url(./images/lightbox-btn-close2.gif) no-repeat;
	height: 27px;
	width: 79px;
	float: right;
}
#frame .middle {
	width: 617px;
	height: 472px;
}
#frame .contentWrap {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 432px;
	width: 476px !important;
}
#frame .bottom{
	width: 617px;
	height: 27px;
	background: #535353;
}

#frame .copyright{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	line-height: 1em;
	margin-bottom: 5px;
	margin-left: 5px;
}

#mask{

}

.modal {
	display:none;
	text-align:left;
	position: absolute;
	top: 0 !important;
	left: 0;
	z-index: 90;
/*	width: 90%;
	height: 500px;*/
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 42px auto 0 auto;
	width: 540px !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(./images/scroller_base.png) repeat-y scroll 0 0 transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(./images/scroller_bar.png) repeat-y scroll 0 0 transparent;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(./images/scroller_bar_beg.png) no-repeat scroll 0 0 transparent;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(./images/scroller_bar_beg.png) no-repeat scroll 0 0 transparent;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(./images/scroller_up.png) repeat-x scroll 0 0 transparent;
	height: 3px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(./images/scroller_down.png) repeat-x scroll 0 0 transparent;
	height: 3px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}