/********** SLIDER **********/
.slider {
  max-width: 70%;
  margin: 0px auto 10px auto;
  
}

.slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
    height: 300px;
    
}

.slider img {
	width: 100%;
	
}

.slide-group {
    width: 100%;
    height: 100%;
    position: relative;}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;}

.slide:first-child {
    display: block;}


/********** BUTTONS **********/
.slide-buttons {
  text-align: center;}

.slide-btn {
  border: none;
  background: none;
  color: #000;
  font-size: 200%;
  line-height: 0.5em;}

.slide-btn.active, .slide-btn:hover {
  color: #ed8e6c;
  cursor: pointer;}