/* slidey essential styles */

ul.slidey{position:relative;list-style:none;list-style-image:none;padding:0;margin:0;overflow:hidden;display:none;}
ul.slidey li{display:none;position:absolute;}

ul.slidey-controls{list-style:none;list-style-image:none;margin:0;padding:0;z-index:9999;}

ol.slidey-markers{list-style:none;list-style-image:none;margin:0;padding:0;z-index:9999;}
ol.slidey-markers li{float:left;}

p.slider-caption{display:block;width:96%;margin:0;padding:1% 2.1%;position:absolute;bottom:0;}


#slider-row {
  width:100%;
  height:612px;
  padding:0;
  margin:0;
  overflow:hidden;
  background: url(../images/history/timeline-bg.png) repeat-x 0 0;
}

#slider-wrapper {
  width:988px;
  height:658px;
  margin:0 auto;
  position:relative;
  background:#fff;
}

 ul.slidey-controls li a{
	display:block;
	text-indent:-9999px;
	width:36px;
	height:36px;
	position:absolute;
	background:transparent url(../images/history/timeline-arrow.png);
	text-decoration:none;
	border-bottom:none;
}

ul.slidey-controls li a.slidey-prev{
	left:0;
	background-position: 0 0;
}

 ul.slidey-controls li a.slidey-next{
	right:0;
	background-position: -36px 0;
}

 p.slider-caption{
  background:url(../images/bg-black-40.png) repeat 0 0;
  color:#fff;
  text-align:center;
}

 ol.slidey-markers{
  position:absolute;
  bottom:-10px;
}

 ol.slidey-markers li{
  float:left;
  margin:0 3px;
}

 ol.slidey-markers li a{
	display:block;
	height:10px;
	width:10px;
	overflow:hidden;
	text-indent:-9999px;
	background:#ccc;
	border-bottom:none;
	text-decoration:none;
}
 ol.slidey-markers li a:hover{
  background:#b3c6d5;
}

ol.slidey-markers li.active-marker a{
  background:#5d87a0;
}

.fade-left {
position: absolute;
height: 560px;
width:60px;
top:0; left:0;
background: url(../images/history/fade-edge-left.png) 0 0 no-repeat;
}
.fade-right {
position: absolute;
height: 560px;
width:60px;
top:0; right:0;
background: url(../images/history/fade-edge-right.png) 0 0 no-repeat;
}
