
.anythingSlider                         { width: 930px; height: 240px; position: relative; margin: 0 auto 15px; color: #fff}
.anythingSlider .wrapper                { width: 930px; overflow: auto; height: 240px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 240px; width: 930px; margin: 0;  border: 0px solid #fff;}


#thumbNav
{
	position: absolute;
	right: 0px;
	width: 200px;
	top: 200px;
	text-align: right;
	padding: 2px 5px;
}

#thumbNav a
{
	color: #ffffff;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 3px 3px 3px 3px;
	background: #B1BBBD;
	text-align: center;
	text-decoration: none;
}

#thumbNav a.cur
{
	background: #596F87;
}

#start-stop
{
	background: #596F87;
	background-repeat: repeat-x;
	color: white;
	padding: 3px 5px;
	width: 50px;
	text-align: center;
	position: absolute;
	right: 130px;
	top: 205px;
	text-decoration: none;
}

#start-stop.playing                     { background-color: #B1BBBD; }

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