


.anythingSlider                         { width: 1000px; height: 311px; height: 292px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 1000px; overflow:hidden; height: 311px; height: 292px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 292px; width: 1000px; margin: 0; }
.anythingSlider .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;*/ display:none; }
.anythingSlider .forward                { /*background-position: 0 0; right: -20px;*/ display:none; }
.anythingSlider .back                   { /*background-position: -67px 0; left: -20px; */ display:none; }
.anythingSlider .forward:hover          { /*background-position: 0 -200px;*/ display:none; }
.anythingSlider .back:hover             { /*background-position: -67px -200px;*/ display:none; }

#thumbNav                               { position: relative; top: 292px; left:20px;  }
#thumbNav a                             { color: #666; font: 11px/13px Georgia, Serif; display: inline-block; padding: 2px 6px; padding-top:0px; height: 15px; margin: 0 5px 0 0; background: #eee ; text-align: center; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
#thumbNav a:hover                       { background-image: none; background: #999; color:#FFF; text-decoration:none; }
#thumbNav a.cur                         { background: #176f2b;  color:#FFF;}

#start-stop                             { background:#176f2b; background-repeat: repeat-x; color: white; padding: 2px 5px; padding-top:2px; width: 40px; text-align: center; position: absolute; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; text-transform:uppercase; height: 14px; font: 11px/13px Arial, Serif;  left: 134px; left: 120px; top: 292px; }
#start-stop.playing                     { background-color: #eee; color: #666; text-decoration:none;}
#start-stop:hover                       { background: #999; color:#FFF; text-decoration:none;}

/*
#start-stop                             { background-image:#666 url(images/scroller_play.gif); color: white;  width: 20px; height:19px; text-align: center; position: absolute; right: 20px; top: 292px;  z-index:999999; }
#start-stop.playing                     {  background-image:#666 url(images/scroller_pause.gif); }*/

/*
  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; }


/*
    For Specific Slides
*/
#textSlide                              { /*padding: 0px 30px;*/ font-size:12px; line-height:20px;  }

#textSlide h3                           { font: 24px Arial, Georgia, Serif; color:#EE470F; margin:0px; padding:0px; }
#textSlide h4                           { font: 15px/20px Arial, Serif; font-weight:bold; margin: 10px 0 5px; color:#14427E; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#textSlide a, #textSlide a:visited, #textSlide a:link, #textSlide a:active { color: #EE470F; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

