*                                       { margin: 0; padding: 0; }
body                                    { font: 12px Verdana, Geneva, sans-serif; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }

.anythingSlider                         { width: 540px; height: 590px; position: relative; margin-top: 0; }
.anythingSlider .wrapper                { width: 460px; overflow: auto; height: 495px; margin: 0px 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 20000px; list-style: none; position: absolute; top: 0; left: 0; border-bottom: none; margin: 0px; background: #000; border-top-style: none; border-right-style: none; border-left-style: none; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 495px; width: 460px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows4.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 147px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 30px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back                   { background-position: -67px 0; left: 30px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 495px; text-align: left; left: 40px; float: left; width: 360px; }
#thumbNav a                             { color: #999; Georgia, Serif; display: inline-block; height: 16px; margin: 0 2px 0px 0; text-align: center; font-size: 11px; width: 15px; line-height: 15px; padding: 2px 3px; }
#thumbNav a:hover                       { background-image: none; color: #333; background-color: #DFDFDF; }
#thumbNav a.cur                         { background: #000; color: #FFF; }

#start-stop                             { width: 22px; text-align: center; position: absolute; right: 40px; top: 495px; background: #F4F4F4 url(../images/pause-animate.gif) no-repeat center center; height: 18px; }
#start-stop.playing                     { color: #900; background: #F4F4F4 url(../images/play-gray.gif) no-repeat center center; }
#start-stop:hover                       { background-color: #DFDFDF; }

/*
  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: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }
