#featureSlider {
  z-index: 10;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
  left: 0;
  position: relative; }
  
#featureSlider img {
	max-width: none !important;
}
  
  #featureSlider .sliderholder {
    display: none; }
  #featureSlider .imgholder {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    #featureSlider .imgholder li {
      position: absolute !important;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      display: block; }
      #featureSlider .imgholder li a.fs-wraplink {
        height: 100%;
        width: 100%;
        display: block; }

/*
#featureSlider {
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 500;
  height: 450px;
  width: 100%; }
  #featureSlider .imgholder {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000; }
    #featureSlider .imgholder a.fs-wraplink {
      z-index: 3;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      position: absolute !important; }
    #featureSlider .imgholder a.fs-wraplink:first-child {
      z-index: 5; }
    #featureSlider .imgholder a.fs-wraplink:nth-child(2) {
      z-index: 4; }*/
  #featureSlider a.fs-leftarrow, #featureSlider a.fs-rightarrow {
    position: absolute;
    font-size: 80px;
    text-shadow: 0px 0px rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 510;
    top: 40%; }
  #featureSlider a.fs-leftarrow {
    left: 1%; }
  #featureSlider a.fs-rightarrow {
    position: absolute;
    right: 1%; }
  #featureSlider .fs-circles {
    bottom: 1%;
    left: 0;
	width: 100%;
	text-align: center;
    position: absolute;
    z-index: 510;
    padding: 10px 0;
    background: none; }
    #featureSlider .fs-circles a.circle {
      width: 10px;
      height: 10px;
      border-radius: 50%;
	  -webkit-border-radius: 50%;
	  display: inline-block;
      margin: 2px;
      background-color: #999; }
    #featureSlider .fs-circles li.active a.circle {
      background-color: #333; }
