/*
    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/
*/
.anythingSlider                         { width: 760px; height: 360px; position: relative; margin: 0 auto 15px; clear:both; }
.anythingSlider .wrapper                { width: 660px; overflow: auto; height: 380px; margin: 0 40px; position: absolute; top: 0px; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #999; border-bottom: 3px solid #999; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 375px; width: 660px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -299px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -7px; }
.anythingSlider .back                   { background-position: -67px 0; left: -27px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
.anythingSlider ul li                   { background: none; padding: 0;}

.thumbNav                               { position: relative; top: 390px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px; text-decoration: none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: transparent url(circle_lightgrey.png) no-repeat 50% 50%; text-align: center;}
.thumbNav a:hover                       { background-image: url(circle_grey.png); }
.thumbNav a.cur                         { background-image: url(circle_lightgreen.png); }
.thumbNav ul                            { margin: 0 0 25px 25px; }

.start-stop                             { z-index: 10; background-image: url(bu_grey.png); background-repeat: no-repeat; color: #333333; padding: 4px 5px; width: 50px; text-align: center; position: absolute; right: 60px; top: 389px; }
.start-stop.playing                     { background-image: url(bu_lightgreen.png); }
.start-stop:hover                       { background-image: url(bu_grey-hover.png); color: inherit; }
a.start-stop                            { text-decoration: 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; }

/*
    For Specific Slides
*/
#textSlide                              { padding: 25px 30px 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#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; }

#textSlide ul.tick       { margin: 0px 0px 0 0; padding-left: 0px; list-style-type: none; color: #333; }	
#textSlide ul.tick li    { background: transparent url("../img/icon_tick.png") no-repeat scroll 2px 2px; padding: 3px 0px 4px 28px; line-height: 1.3em; }

#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; }