/* BEGIN SLIDER STYLES */
#HomeSlideshowContainer {
	float: left;
	width: 613px;
	height: 148px !important;
	position: relative;
	text-align: left;
	z-index: 0;
}
#HomeSlideshow {
	float: left;
	width: 613px;
	height: 125px !important;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#HomeSlideshow .slide {
	width: 613px;
	height: 125px !important;
	position: relative;
	z-index: 1;
}
#HomeSlideshow .slide img {
	float: left;
	width: 300px;
	height: 125px;
	border: none;
}
#HomeSlideshowContainer .slide .intromessage {
	position: relative;
	float: right;
	width: 301px;
	height: 125px !important;
}
#HomeSlideshowContainer .slide .intromessage p {
	padding-bottom: 10px;
	line-height: 1.4em;
}
#HomeSlideshowContainer div.floatLeft {
	float: left;
	margin: 12px 0 0 2px;
	padding: 0;
	height: 12px;
	background-color: #FFF;
	overflow: hidden;
}
#HomeSlideshowContainer ul#SliderNav {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	z-index: 9000;
}
#HomeSlideshowContainer ul#SliderNav li#tabNav {
	list-style-type: none;
	display: inline;
	margin: 0 11px 0 0;
	padding: 0;
	overflow: hidden;
	z-index: 9000;
}
#HomeSlideshowContainer ul#SliderNav li#tabNav.activeLI {
	margin: 0 11px 0 0;
}
#HomeSlideshowContainer ul#SliderNav li#tabNav a {
	width: 11px;
	height: 11px !important;
	text-decoration: none;
	background-color: #CCC;
}
#HomeSlideshowContainer ul#SliderNav li#tabNav.activeLI a {
	width: 11px;
	height: 11px !important;
	text-decoration: none;
	background-color: #666;
}
/* END SLIDER STYLES */