.anythingFader {
	width: 930px;
	height: 360px;
	padding-top: 153px;
}
.anythingFader .wrapper {
	width: 930px;
	overflow: auto;
	height: 341px;
	margin: 0 0;
	position: absolute;
	z-index: 500;
}
.anythingFader .wrapper ul {
	position: relative;
	right: 40px;
	width: 9999px;
	list-style: none;
	background: none;
	margin: 0;
}
.anythingFader ul li {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 930px;
	margin: 0;
}
.anythingFader .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingFader .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingFader .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingFader .forward:hover {
	background-position: 0 -200px;
}
.anythingFader .back:hover {
	background-position: -67px -200px;
}
.anythingFader .textBlock {
	float: right;
	width: 539px;
}
.anythingFader .textSlide {
}

#thumbNav {
	position: absolute;
	top: 404px;
	margin-left: 390px;
	z-index: 600;
}
#thumbNav a {
	color: white;
	font: 11px/18px helvetica, San-Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url() repeat-x;
	text-align: center;
}
#thumbNav a:hover { background: #e0a213; background-image: none; text-decoration: none;}
#thumbNav a.cur { background: #e0a213;}

#start-stop {
	display: none;
	Text-transform: uppercase;
	letter-spacing: 1px;
	background: black;
	background-image: url();
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 404px;
	z-index: 600;
}
#start-stop .playing { background-color: red; }
#start-stop:hover { background-image: none; }

/*
  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;
}
