/*******************************************************
Slider elements
*******************************************************/

#banner h1 {
	background-image: none;
	background-color: transparent;
	margin-left: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #007e3f;
}

#bannerheading h2 {
	background-image: none;
	background-color: transparent;
	font-weight: normal;
	letter-spacing: .15em;
	font-size: 18px;
	color: #fff;
}

#slider {
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	margin-left: 30px;
	position: relative;
	z-index: 0;
}

.scroll {
	height: 280px;
	width: 900px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	padding-left: 0px;
	padding-right: 20px;
	height: 290px;
	width: 880px;
	background-color: #fff;
}

.scrollContainer h4 {
	background-image: none;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: .15em;
	font-size: 11px;
	color: #000;
	padding-bottom: 0px;
}

.scrollContainer p {
	font-weight: normal;
	letter-spacing: .15em;
	font-size: 10px;
	color: #000;
}

ul.navigation {
	width: 890px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}

ul.navigation li {
	display: inline;
	margin-right: 2px;
}

ul.navigation a {
	padding: 5px;
	color: #ccc;
	text-decoration: none;
}

ul.navigation a:hover {
	color: #ff7100;
}

ul.navigation a.selected {
	color: #ff7100;
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}

.hide {
	display: none;
}

/*******************************************************
Showcase table elements
*******************************************************/

td img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	border: none;
}

table {
	background-color: #fff;
}

