#intro-text {
    background: url(../../images/white-trans-bg.png) repeat;
}

#rotator {
    background: url(../../images/white-trans-bg.png) 0px -25px repeat;
    height: 400px;
}

#feature-boxes {
    margin-top: 25px;
}

#feature-boxes div {
    border-radius: 10px;
    background: url(../../images/black-semitrans-bg.png) repeat;
    height: 150px;
}

#services {
    margin-top: 5px;
    background: url(../../images/white-trans-bg.png) repeat;
    padding-bottom:
}

#slides {
  display: none
}

#slides .slidesjs-navigation {
  margin-top:5px;
}



.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #1b4626
}

#social-links a {
  text-decoration: none;
}

.navbar {
      overflow: hidden
    }

/*<!-- SlidesJS Required: These styles are required if you'd like a responsive slideshow -->*/

    /* Prevent the slideshow from flashing on load
    #slides {
      display: none
    }

    /* Center the slideshow
    .slide-container {
      margin: 0 auto;
      width: 590;
      height: 400;
    }

    /* Show active item in the pagination
    .slidesjs-pagination .active {
      color:red;
    }

    /* Media quires for a responsive layout

    /* For tablets & smart phones
    @media (max-width: 767px) {
    .slide-container {
        width: auto
      }
    }

    /* For smartphones
    @media (max-width: 480px) {
      .slide-container {
        width: auto
      }
    }

    /* For smaller displays like laptops
    @media (min-width: 768px) and (max-width: 979px) {
      .slide-container {
        width: 724px
      }
    }

    /* For larger displays
    @media (min-width: 1200px) {
      .slide-container {
        width: 1170px
      }
    }*/
