#featureBox {
  overflow:hidden;
  position: relative;
  width: 940px;
  height: 310px;
}

#featureBoxImages {
  position: absolute;
  width: 1880px;
  left: 0px;
}

#featureBoxImages .rotate {
  float: left;
}

#featureBoxLinks {
  position: absolute;
  bottom: 10px;
  right: 0;
}

  #featureBoxLinks a {
    margin-left: 8px;
    margin-right: 4px;
  }

  #featureBoxLinks a.selector {
    display: inline-block;
    width: 22px;
    height: 10px;
    background-color: #fff;
    padding-top: 2px;
    font-size: 4px;
    border: 1px solid #b1dfe6;
  }

    #featureBoxLinks a.selected {
      background-color: #009DCA;
    }
  
  #featureBoxLinks a.previous,
  #featureBoxLinks a.next {
    display: inline-block;
    width: 13px;
    height: 12px;
    padding-top: 2px;
  }
  
  #featureBoxLinks a.previous {
    background: url(/images/arrow_left.png) top left no-repeat;
  }

  #featureBoxLinks a.next {
    background: url(/images/arrow_right.png) top left no-repeat;
  }