.anythingSlider {
	width: 550px;
	height: 245px;
	position: relative;
	margin: 0;
	float: left;
}
.anythingSlider .tagline {
  position: absolute;
  top: -26px;
  right: 15px;
  color: #009466;
  font-size: 11px;
  font-style: normal;
  font-family: "museo-slab", serif;
  font-weight: 300;
  text-transform: uppercase;
}
.anythingSlider .tagline span {
  font-style: italic;
  font-size: 12px;
  text-transform: none;
}

.anythingSlider .wrapper {
	width: 550px;
	overflow: hidden;
	height: 245px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 245px;
	width: 550px;
	margin: 0;
	background: #e8e8e8;
	text-align: right;
	overflow: hidden;
}

.slidethumb {
	position: relative;
	z-index: 1;
	width: 550px;
	height: 245px;
	clear: both;
	float: left;
}

.anythingSlider ul li a {
	color: #999;
	text-transform: none;
	text-decoration: none;
	font-family: Georgia;
	margin-right: 22px;
	font-size: 14px;
	font-style: italic;
}

.anythingSlider ul li h2.slidetitle {
	position: relative;
	z-index: 100;
	margin-top: 150px;
	height: 30px;
}

.anythingSlider ul li h2.slidetitle a {
	background: #e8e8e8;
	padding: 2px 5px;
}

.anythingSlider .arrow {
	display: none;
}

.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}

.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}

.anythingSlider:hover .forward {
	background-position: 0 -200px;
}

.anythingSlider .forward:hover {
	background-position: 0 -200px;
}

.anythingSlider:hover .back,
.anythingSlider .back:hover {
	background-position: -67px -200px;
}

#thumbNav {
	display: none;
	position: absolute;
	bottom: 12px;
	right: 13px;
	text-align: right;
        z-index: 2;
}

#thumbNav a {
	display: inline-block;
	color: #fff;
	height: 12px;
	width: 12px;
	line-height: 12px;
	margin: 0 0 0 6px;
	background: url(images/slider_controls.png) no-repeat scroll top right;
	text-align: center;
	text-indent: -9999px;
}

#thumbNav a:hover {
	background-position: top left;
}

#thumbNav a.cur {
	background-position: top left;
}

#start-stop {
	display: none;
}


/*  Prevents */

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

