/*
    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/
*/
/* WIDTH - actual value in .anythingSlider, value less 80 in .wrapper and in ul li*/
/* HEIGHT - actual value in a.nythingSlider ,  value less 19 in .wrapper, value less 43 in ul li. .arrow Top =(value-200) div 2, #start-stop,#thumbNav Top = value- 37*/

.anythingSlider                         { width: 710px; height: 503px; position: relative; margin: 0 auto 15px; clear:both}
.anythingSlider .wrapper                { width: 630px; overflow: auto; height: 484px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #CCCCA3; border-bottom: 3px solid #CCCCA3; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 460px; width: 630px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 151px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 466px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #CCCCA3 url(../images/cellshade.png) repeat-x; text-align: center; text-decoration:none; -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: #CCCCA3; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 466px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: 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; }
.anythingSlider .wrapper ul ol          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ol li       { float: none; height: auto; width: auto; background: none; margin-left:30px}

/*    For Specific Slides  */
#textSlide                              { padding: 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; }

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

/* Weather trends slider */
.wxTrendsSlider                         { width: 710px; height: 327px; position: relative; margin: 0 auto 15px; clear:both}
.wxTrendsSlider .wrapper                { width: 710px; overflow: auto; height: 308px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.wxTrendsSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #CCCCA3; border-bottom: 3px solid #CCCCA3; margin: 0; }
.wxTrendsSlider ul li                   { display: block; float: left; padding: 0; height: 284px; width: 710px; margin: 0; }
.wxTrendsSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 42px; cursor: pointer; }
.wxTrendsSlider .forward                { background-position: 0 0; right: -60px; }
.wxTrendsSlider .back                   { background-position: -67px 0; left: -60px; }
.wxTrendsSlider .forward:hover          { background-position: 0 -200px; }
.wxTrendsSlider .back:hover             { background-position: -67px -200px; }

.wxTrendsSlider #thumbNav                               { position: relative; top: 290px; text-align: center; }
.wxTrendsSlider #thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #CCCCA3 url(../images/cellshade.png) repeat-x; text-align: center; text-decoration:none; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.wxTrendsSlider #thumbNav a:hover                       { background-image: none; }
.wxTrendsSlider #thumbNav a.cur                         { background: #CCCCA3; }

.wxTrendsSlider #start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 290px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.wxTrendsSlider #start-stop.playing                     { background-color: red; }
.wxTrendsSlider #start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.wxTrendsSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.wxTrendsSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
.wxTrendsSlider .wrapper ul ol          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.wxTrendsSlider .wrapper ul ol li       { float: none; height: auto; width: auto; background: none; margin-left:30px}

/* Weather readouts slider */
.wxReadoutsSlider                         { width: 710px; height: 549px; position: relative; margin: 0 auto 15px; clear:both}
.wxReadoutsSlider .wrapper                { width: 710px; overflow: auto; height: 530px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.wxReadoutsSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #CCCCA3; border-bottom: 3px solid #CCCCA3; margin: 0; }
.wxReadoutsSlider ul li                   { display: block; float: left; padding: 0; height: 506px; width: 710px; margin: 0; }
.wxReadoutsSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 175px; cursor: pointer; }
.wxReadoutsSlider .forward                { background-position: 0 0; right: -60px; }
.wxReadoutsSlider .back                   { background-position: -67px 0; left: -60px; }
.wxReadoutsSlider .forward:hover          { background-position: 0 -200px; }
.wxReadoutsSlider .back:hover             { background-position: -67px -200px; }

.wxReadoutsSlider #thumbNav                               { position: relative; top: 512px; text-align: center; }
.wxReadoutsSlider #thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #CCCCA3 url(../images/cellshade.png) repeat-x; text-align: center; text-decoration:none; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.wxReadoutsSlider #thumbNav a:hover                       { background-image: none; }
.wxReadoutsSlider #thumbNav a.cur                         { background: #CCCCA3; }

.wxReadoutsSlider #start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 512px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.wxReadoutsSlider #start-stop.playing                     { background-color: red; }
.wxReadoutsSlider #start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.wxReadoutsSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.wxReadoutsSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
.wxReadoutsSlider .wrapper ul ol          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.wxReadoutsSlider .wrapper ul ol li       { float: none; height: auto; width: auto; background: none; margin-left:30px}