/* fonts */

#slidrnav a {
  display: inline-block;
  float: left;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  margin-left: 5px;
  outline: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background:url(../images/banner_button.png);
}

#slidrnav a.activeSlide {
 /* background: #e5e5e5;*/
  background:url(../images/banner_button-over.png);
  
}
/*** SLIDERS ***/

.sliders {
  height: 251px;
  overflow: hidden;
}

.slider {
  background-repeat: none;
  background-position: left top;
  height: 251px;
  overflow: hidden;
  width: 940px;
  position: relative;
  z-index:100;
  /* -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px; */
}

.slider a { display:block; height:251px; width:940px; }

.front #slidrnav {
	position: absolute;
	top: 310px;
	width: 80px;
	margin:30px 0 0 870px;
	z-index:200;
}

.right .content { right: 20px; }
.left .content { left: 40px; }

.light .content h3,
.light .content p {
  color: #FFF;
}

