/* Slider */

#carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding:50px 0;
}
#slides ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#slides li {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
}
/* Styling for prev and next buttons */

.btn-bar {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	width: 100%;
}
#buttons {
	padding: 10px 0 5px 0;
	float: left;
}
#buttons a {
    text-align: center;
    display: block;
    font-size: 20px;
    float: left;
    outline: 0;
    margin: -10px 5px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 0px;
    width: 35px;
    background: #ff91b8;
}
a#prev:hover, a#next:hover {
	color: #FFF;
	text-shadow: .5px 0px #b14943;
}
.quote-phrase, .quote-author {
	font-family: sans-serif;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px;
}
.quote-phrase {
	font-size: 16px;
	color: black;
	font-style: italic;
}
.quote-marks {
	font-size: 30px;
	padding: 0 3px 3px;
	position: inherit;
}
.quote-author {
	font-style: normal;
	font-size: 20px;
	color: #b14943;
	font-weight: 400;
	height: 30px;
}
.quoteContainer, .authorContainer {
	display: table;
	width: 100%;
}