.anythingSlider { width: 580px; height: 354px; position: relative; margin: 0 auto 12px; }
.anythingSlider .wrapper { width: 580px; overflow: auto; height: 354px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #1f3e9b; border-bottom: 3px solid #1f3e9b; margin: 0; }
.anythingSlider ul li { display: block; float: left; padding: 0; height: 348px; width: 580px; 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; }
.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: 320px; left: 360px;text-align: left; }
#thumbNav a { 
color: #fff; font: bold 13px/17px Helvetica, Arial, sans-serif; display: inline-block; padding: 2px 8px 0; height: 18px; margin: 0 9px 0 0; background: #7390e6; text-align: center;text-decoration:none; }
#thumbNav a:hover { background-image: none; }
#thumbNav a.cur { background: #1f3e9b; }
 
#start-stop { background: green; text-decoration: none; color: white; padding: 2px 5px 0; width: 40px; height: 18px; text-align: center; position: absolute; right: 10px; top: 320px; }
#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; }


/* Specific Slides */

.slide_general {}
.slide_general  h1                           { font: bold 20px Helvetica, Arial, sans-serif;}
.slide_general  h2                           { font: 15px Helvetica, Arial, sans-serif; margin: 10px 0; }
.slide_general ul                           { list-style: disc; margin: 0 0 0 25px; }
.slide_general ul li                        { display: list-item; }
.slide_general p.section {font-size: 10px; font-weight: bold; text-transform: uppercase; color: #303d61;}
.slide_general p.byline {margin-top: 18px;}
.slide_general p.link {margin-top: 18px; font-weight: bold;}


#textslide                              {padding: 30px 10px;text-align:center;}
#textslide h1  {font-size: 35px;line-height:40px;}
#textslide h2 {font-size: 20px; line-height: 28px; color: #7390e6;}

#picslide {padding: 0;}
#picslide .text_area {width:212px;height:100%;margin-top:10px;vertical-align:bottom;}
#picslide h1 {font-size:27px;}
#picslide h2 {font-size:18px;} 