/*
    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: 720px; height: 360px; position: relative; margin: 0 auto 5px;padding:0px; color:#000;line-height:20px;font-size:11pt;}
.anythingFader .anywrapper                { width: 700px; overflow: hidden; height: 350px; margin: 0px 10px; position: absolute; top: 0; left: 0; }
.anythingFader .anywrapper ul             { width: 9999px; list-style: none;  /*border-top: 3px solid #ffc082; */ /*border-bottom: 3px solid #e0a213;*/ margin: 0; }
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 350px; width: 700px; margin: 0; } 

.anythingFader .arrow                  { display: block; height: 150px; width: 67px;  text-indent: -9999px; }

/*
.anythingFader .arrow                  { display: block; height: 150px; width: 67px; background: url(images/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 195px; cursor: pointer; }
.anythingFader .forward                { background-position: 0 0; right: -20px; }
.anythingFader .back                   { background-position: -67px 0; left: -20px; }
.anythingFader .forward:hover          { background-position: 0 -128px; }
.anythingFader .back:hover             { background-position: -67px -128px; }
*/

#thumbNav                               { position: absolute; top:360px;text-align: left;margin: 0 10px auto;padding:0;}
#thumbNav a                             { text-decoration:none;outline:0;border:0;/*color: #ccc; font: bold 8pt/24px verdana, sans-serif; */display: inline-block; padding: 0px 1px 0 0; width:10px;height: 10px; background:  url(images/slide-nav.png) 0 0 no-repeat; text-align: center;}
#thumbNav a:hover                   {    background-position:0 -10px;color:#000;  } 
#thumbNav a.cur                        {    background-position:0 -10px;color:#000; } 

#start-stop                            { font:bold 8pt/16px verdana,sans-serif;color:#5c2b7c;outline:0;border:0;background:url(images/stop-start.png) 100% 0 no-repeat; 
		           padding: 0px 3px; height:16px;width: 160px; text-align: center; position: absolute; right: 10px; top: 360px; text-decoration:none;}
#start-stop.playing                     { background-position: 100% -16px;color:#777; }
#start-stop:hover                       { /*background-position: 0 -16px;  */ color:#acc331;}

/*
  Prevents
*/
/* */
.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;}