.anythingSlider .wrapper {
  width: 956px;
  overflow: auto;
  height: 289px;
  position: absolute;
  top: 0;
  left: 0; }
  .anythingSlider .wrapper ul {
    width: 99999px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
    .anythingSlider .wrapper ul li {
      display: block;
      float: left;
      height: 289px;
      width: 956px;
      margin: 0; }
      .anythingSlider .wrapper ul li a {
        display: block;
        width: 894px;
        height: 90px;
        padding: 102px 31px 97px 31px; }
.anythingSlider .arrow {
  display: none;
  height: 17px;
  width: 75px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  bottom: 47px;
  cursor: pointer; }
.anythingSlider .forward {
  right: 0;
  background-image: url("../images/anythingSlider/ic_forward.png");
  background-repeat: no-repeat;
  background-position: right top; }
  .anythingSlider .forward:hover {
    background-position: right bottom; }
.anythingSlider .back {
  left: 0;
  background-image: url("../images/anythingSlider/ic_back.png");
  background-repeat: no-repeat;
  background-position: left top; }
  .anythingSlider .back:hover {
    background-position: left bottom; }

#thumbNav {
  position: relative;
  top: 289px; }

#content #start-stop {
  position: absolute;
  right: 4px;
  bottom: 0;
  display: block;
  height: 10px;
  padding: 6px 15px;
  border: 1px solid #dddddd;
  border-bottom: none;
  background: white;
  line-height: 10px;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666; }
  #content #start-stop:hover {
    color: #3d8c35; }

#content #thumbNav {
  overflow: hidden;
  width: 956px; }
  #content #thumbNav li {
    float: left;
    width: 239px;
    background-position: right top;
    background-repeat: repeat-y; }
    #content #thumbNav li a {
      display: block;
      padding: 10px 31px 20px 31px;
      background: url("../images/bg_thumbnav.png") no-repeat bottom right;
      line-height: 115%;
      letter-spacing: 0.025em;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.85em;
      color: white; }
    #content #thumbNav li a:hover {
      color: #dddddd; }
  #content #thumbNav li.cur {
    background-color: #3d8c35 !important; }
  #content #thumbNav li.slide1 {
    background-color: #3f3f3f; }
  #content #thumbNav li.slide2 {
    background-color: #5d5d5d; }
  #content #thumbNav li.slide3 {
    background-color: #7b7b7b; }
  #content #thumbNav li.slide4 {
    background-color: #999999; }

