﻿body{
    background: url("../pics/container.jpg") no-repeat bottom right;
}

a:link {
	font: 100% "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #435c3c;
	text-decoration: none;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #435c3c;
	background: transparent;
}
a:hover {
	color: #435c3c;
	font-weight: bold;
	background: transparent;
	}


#carousel {
position: relative;
width:100%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 200px;
}

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

#slides li {
	width: 100%;
	height: 200px;
	float: left;
	text-align: left;
	position: relative;
	font: 100% "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
	display: none;
}


.quote-phrase {
	font: 100% "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	display: table-cell;
	vertical-align: top;
	height: 200px;
	font-size: 16px;
	color: #435c3c;
}

.quote-marks {
font-size: 20px;
padding:0 3px 3px;
position:inherit;
}


.quoteContainer, .authorContainer {
display: table;
width: 100%;
}

