.anythingSlider {
	width: 648px;
	height: 176px;
	position: relative;
	margin: 0;
}
.anythingSlider .wrapper {
	width: 648px;
	overflow: auto;
	height: 176px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #4889d0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 176px;
	width: 648px;
	margin: 0;
}

#thumbNav {
	position: relative;
	top: 160px;
	text-align: right;
	 width: 646px;
}
#thumbNav a {
	display: inline-block;
	padding: 0;
	height: 11px;
	width: 11px;
	margin: 0 2px 0 0;
	background-color: #6faf49;
	border: 1px solid #fff;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #649ad8;
}
#start-stop {
	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;
}