.anythingSlider                         {
	width: 900px;
	height: 211px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.anythingSlider .wrapper                { width: 820px; overflow: auto; height: 175px; margin: 0 40px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
	padding: 0px;
}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 175px; width: 820px; margin: 0; }
.anythingSlider .arrow                  {
	display: none;
	height: 200px;
	width: 67px;
	background: url(images/arrows.png) no-repeat 0 0;
	text-indent: -9999;
	position: absolute;
	top: -190px;
	cursor: pointer;
}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               {
	position: relative;
	top: 175px;
	text-align: center;
	margin-bottom: 15px;

}
.thumbNav li                            { display: inline; }
.thumbNav a                             {
	color: black;
	display: inline-block;
	height: 27px;
	text-align: center;
	width: 35px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/tabnormal.gif);
	font-family: Georgia, Serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	padding-top: 4px;
}
.thumbNav a:hover                       {
	background-image: url(images/tabhover.gif);
	color: #FFF;
}
.thumbNav a.cur                         {
	color: #FFF;
	background-image: url(images/tabcurrent.gif);
}

.start-stop                             {
	z-index: 10;
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 175px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: 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; }