/*
    anythingSlider 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/
    anythingSlider class is 80px wider than anywrapper and <li> - the width of static images/content
*/
.anythingSlider *                                   { margin: 0; padding: 0; } 

.anythingSlider                         { width: 640px; height: 360px; position: relative; margin: 0 auto 0px;padding:0px; color:#ccc;line-height:20px;font-size:11pt;}
.anythingSlider .anywrapper                { width: 640px; overflow: hidden; height: 340px; margin: 0 0px; position: absolute; top: 0; left: 0;overflow:hidden; }
.anythingSlider .anywrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: none; /*border-top: 3px solid #ffc082; */ /*border-bottom: 3px solid #e0a213;*/ margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 640px; margin: 0; } 
/*
.anythingSlider .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; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -128px; }
.anythingSlider .back:hover             { background-position: -67px -128px; }
*/
#thumbNav                               { display:block;position: relative; top: 100px;text-align: left;background:none;/*#826242;*/ margin: 0 6px auto;padding:5px 0 5px 1px;}
#thumbNav a                             {text-decoration:none;outline:0;border:0;color: #ccc; font: bold 4pt/12px verdana, sans-serif; display: inline-block; padding: 0px 6px; height: 12px; margin: 0 1px 0 0; background:  url(images/slide-nav.png) 0 0 no-repeat; text-align: center;}
#thumbNav a:hover                   {    background-position:0 -12px;color:#000;  } 
#thumbNav a.cur                        {    background-position:0 -12px;color:#000; } 

#start-stop                            { font:bold 8pt/16px verdana,sans-serif;color:#ff9;outline:0;border:0;background:url(images/stop-start.png) 100% 0 no-repeat; 
		           padding: 0px 3px 0px 18px; height:16px;width: 150px; text-align: center; position: absolute; right: 10px; top: 122px; text-decoration:none;}
#start-stop.playing                     { background-position: 100% -16px;color:#444; }
#start-stop:hover                       { /*background-position: 100% 0px; */  color:#fff;}

/*
  Prevents
*/
.anythingSlider .anywrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .anywrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    For Specific Slides
*/
.textSlide                              { padding: 0px 0px;text-align:center;}
.textSlide h1                           { font: italic 18pt/18pt Georgia, Serif; color:#444;padding:40px 0;}
.textSlide h3                           { clear:both; font:italic 16pt/1.1 Times, Serif; color:#444;padding:25px 0 7px 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; }
.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; }