
.anythingSlider                         { width: 860px; height: 304px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 860px; overflow: auto; height: 304px;  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: -40px;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left;  height: 304px; width: 860px; }
.anythingSlider .arrow                  { display: block; height: 275px; width: 60px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 5px;  cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -60px;  }
.anythingSlider .back                   { background-position: -67px 0; left: -60px; }
.anythingSlider .forward:hover          { background-position: 0 -288px; }
.anythingSlider .back:hover             { background-position: -67px -288px; }

#thumbNav                               {
	position: relative;
	top: 265px;
	text-align: right;
	padding-right:100px;
	text-decoration: none;
	color: #FFFFFF;
}
#thumbNav a                             {
	color: #FFFFFF;
	display: inline-block;
	padding: 2px 8px;
	height: 16px;
	margin: 0 1px 0 0;
	background: #000;
	text-align: center;
	font-family: Arial, Serif;
	font-size: 11px;
	text-decoration: none;
}
#thumbNav a:hover                       {  background:url(../images/cellshade.png) repeat-x;}
#thumbNav a.cur                         {
	background-color: #333333;
}

#start-stop                             {
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 1px 0 0 0;
	
	text-align: center;
	position: absolute;
	right: 65px;
	top: 265px;
	background-color: #000000;
	text-decoration: none;
}
#start-stop.playing                     {
	text-decoration: none;
	color: #666666;
	background-color: #000000;
}
#start-stop:hover                       {
	background-image: none;
	background-color: #999999;
}

/*
  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; }
#quoteSlide{
	padding: 36px;
	color: #CCCCCC;
}
#textSlide{
	padding: 36px;
	color: #CCCCCC;
}
