/*
    anythingFader v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
    anythingFader class is 80px wider than anywrapper and <li> - the width of static images/content
*/
.anythingFader *                                   { margin: 0; padding: 0; } 

.anythingFader                         { width: 373px; height: 60px; position: relative;margin: 0px;  padding:0px; color:#000;line-height:20px;font-size:11pt;}
.anythingFader .anywrapper                { width: 373px; overflow:hidden;height: 60px;position: relative; top: 0; left: 0px; }
.anythingFader .anywrapper ul             { width: 9999px; list-style: none;  margin: 0; }
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 60px; width: 373px; margin: 0; } 

.anythingFader .arrow                  { display: none; }
#thumbNav, #start-stop                         {display:none;  }




.anythingFader .anywrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .anywrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    For Specific Slides
*/
.textSlide                              { position:relative;color:#000;background:#dbe0e3;}
.textSlide h1                           { font: bold 20pt/20pt trebuchet, sans-serif; color:#5c2b7c;padding:10px 0;letter-spacing:0px;}
.textSlide h2                           { font: bold 16pt/16pt trebuchet, sans-serif; color:#5c2b7c;padding:5px 0;letter-spacing:0px;}

.textSlide h3                           { font: 14pt/1.1 trebuchet, sans-serif; color:#5c2b7c;padding:20px 0;}
.textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
/*.textSlide ul                           { list-style: disc url(images/bullet.png) inside; margin: 0 0 0 0px;padding:0; }
.textSlide ul li                        { display: list-item; }*/
.textSlide p                          { padding: 0 0 10px 0px;}

.quoteSlide                             { padding: 30px 10px;background:#dbe0e3; }
.quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #888; margin: 0 0 10px 0; }
.quoteSlide p                           { text-align: center;color:#efefef;font: italic 11pt/1.2 Georgia, Serif; color:#000;}
