#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #FF9;
  border-radius: 8px;
  top: 0px
}

#carousel p {
  font-size: 1.2em;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 65px;
  margin: 0 auto;
}

#slides ul {
  list-style: none; 
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
}

/* Styling for prev and next buttons */

#btn-bar {
  width: 140px;
  margin: 0 auto;
  display: block;
  position: relative;
}

#buttons {
  padding: 0 0 5px 0;
  margin: 0 auto;
/*   float: right;  */
}

#buttons a {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  outline: 0;
  margin: 0 auto;
  color: #A00;
  text-decoration: none;
  padding: 5px 20px;
/*  width: 35px; */
}

a#prev:hover,
a#next:hover {
  color: #900;
}

.quote-phrase {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px; 
}

.quote-phrase {
/*  height: 150px;  */
  font-size: 20px;
  color: #900;
}

.quoteContainer {
  display: table;
  width: 100%;
  margin-top: 0px;
}