﻿/*
    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/
*/

*{padding:0;}
.anythingSlider                         { height: 280px; position: relative; margin: 0 auto 15px; width:500px;}
.anythingSlider .wrapperSlider                { overflow: auto; height: 341px; margin: 0 4.5%; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapperSlider ul             { width: 999999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #82AE28; border-bottom: 3px solid #82AE28; margin: 0; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; margin: 0; overflow:hidden;}
.anythingSlider .arrow                  { height: 200px; position: absolute; top: 30px; cursor: pointer; }
.anythingSlider .forward                { }
.anythingSlider .back                   { }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 255px; 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: #82AE28 url(../../images/CC/slidercellshade.png) 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: #82AE28; }

#start-stop                             { color: #000; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 255px; display:none;}
#start-stop.playing                     {  }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapperSlider ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapperSlider ul ul li       { float: none; height: auto; width: auto; background: none; }