.anythingFader {
	width: 680px;
	height: 455px;
	position: relative;
	margin: 0;
	float:left;
}
.anythingFader .wrapper {
	width: 680px;
	overflow: auto;
	height: 455px;
	margin: 0 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingFader .wrapper ul {
	width: 30000px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingFader ul li {
	display: block;
	float: left;
	padding: 0;
	height: 455px;
	width: 680px;
	margin: 0;
}
.anythingFader .arrow {
	display: block;
	text-indent: -9999px;
	position: absolute;
}
#thumbNav {
	position: absolute;
	/*top: 436px;
	left:317px;*/
	/*margin:455px auto 0px;*/
	text-align:center;
	display:inline-block;
	top:470px;
	left:30px;
}
#thumbNav li {
	display:inline;
}
#thumbNav a {
	/*float:left;*/
	display:inline-block;
	height:15px;
	width:15px;
	margin: 0 4px 0 0;
	background:url(../images/bullet_nav.png) 0px 0px;
	opacity:.3;
}
#thumbNav a:hover {
	background:url(../images/bullet_nav.png) -15px 0px;
	opacity:1;
}
#thumbNav a.cur {
	background:url(../images/bullet_nav.png) 0 0;
	opacity:1;
}
#start-stop {
	position:absolute;
	display:inline-block;
	height:15px;
	width:15px;
	opacity:.8;
	margin:0px auto 0;
	padding:0;
	top:470px;
	left:0;
}
#start-stop img {
	width:15px;
	height:15px;
}
#start-stop:hover {
	opacity:1;
}
/*Prevents*/
.anythingFader .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingFader .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
