/*
    anythingSlider v1.2
    
    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/
*/
#slide_article { width: 663px; display: block; margin-left: 7px;  margin-right: 7px;  }

.anythingSlider                         { width: 630px; height: 180px; position: relative; padding-top: 0px; margin-right: auto; margin-left: auto; }
.anythingSlider .wrapper                { background-color: #efeded; width: 100%; overflow: auto; height: 160px; margin: 0; position: absolute; z-index: 0; top: 0; left: 0; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;  }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32500px; list-style: none; position: absolute; top: 0; left: 0;  }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0 10 0 0; height: 164px; width: 630px; margin: 0 10 0 0;  }

.anythingSlider .arrow                  { display: block; width: 40px; height: 145px; text-indent: -9999px; position: absolute; cursor: pointer; z-index: 999; top: -100px; background-image: url(/images/arrows.png); background-repeat: no-repeat; background-position: 0 50%; }
.anythingSlider .forward                { background-position: 0 0; right: -40px; }
.anythingSlider .back                   { background-position: -34px 0; left: -40px;  }
.anythingSlider .arrow:hover            { background-image: url(/images/arrows1.png);  }
.anythingSlider .forward:hover          { background-position:  -20 0px; }
.anythingSlider .back:hover             { background-position: -34px 0; }

.thumbNav                               { position: relative; top: 160px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Arial, Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #d8d9db  repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #efeded; }


.start-stop                             { z-index: 10; background: #ff6600; color: fff; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 160px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
a.start-stop       						{ color: #FFF; text-decoration: none; }
a:hover.start-stop  { color: #000; }
.start-stop.playing                     { background-color: #ff5326;  color: fff; }
.start-stop:hover                       { background-image: none;  color: 000; background-color:#c4c9ca}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { margin: 0px;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 0px 0px; }
#textSlide  p                           { padding: 0px 10px 0px 0px; margin-right: 20px; font-size: 1.25em; line-height: 21px; }
#textSlide    img                       { float: left; margin-right: 10px; }
#textSlide h3                           { margin-top: 0px; font-size: 1.3em; }
#textSlide h3  a                         { font-size: 1em; }
#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; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

/* Navigation Arrows */
