.anythingSlider                         { width: auto; height: auto; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                {
	width: 900px;
	overflow: auto;
	height: 324px;
	position: absolute;
	top: 25px;
	left: 18px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	background-color: #D4D0C8;
}
.anythingSlider .wrapper ul             {
	width: 10800px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0px;
	background: #eee;
	margin: 0;
	float: no;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	height: 300px;
	overflow: visible;
}
.anythingSlider ul li                   { display: block; float: left; padding: -5px; height: 250px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 40px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; 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: -70px -200px; }

#thumbNav                               { position: absolute; top: 1px; right: 660px; text-align: center; }
#thumbNav a                             {
	color: #6699FF;
	font: 1px/1px;
Arial; 					display: inline-block;
	padding: 2px 6px;
	height: 18px;
	margin: 0 1px 0 0;
	background: #6699FF url(../images/cellshade.png) repeat-x;
	text-align: justify;
-moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; 					visibility: inherit;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #000066; }

#start-stop                             { background: #000066; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: #FFFFFF;display: inline-block; padding: 2px 6px; height: 18px; width: 40px; text-align: center; position: absolute; right: 600px; top: 1px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; }
#start-stop.playing                     { background-color: #6699FF; }
#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; }

