/*
    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: 220px; height: 190px; position: relative; float:left; padding:0px; margin: 0px;}
.sliderWrapper { width: 220px; overflow: auto; height: 190px; position: absolute; text-align:center;}
.anythingSlider h1 {font-size:16px; letter-spacing:-1px; margin-bottom:0px;}
.anythingSlider h1 strong {font-size:50px; letter-spacing:-2px;}

                                       /* Width below is max for Opera */
.anythingSlider .sliderWrapper ul             { width: 32700px; list-style: none; top: 0; left: 0; margin: 0; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 190px; width: 220px; margin: 0; padding:0; }
.anythingSlider .arrow                  { display: block; height: 20px; width: 20px; background: url(../imgs/arrows.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 180px; cursor: pointer; }
.anythingSlider .forward                { background-position: -20px 0px; right: 0px; }
.anythingSlider .back                   { background-position: 0px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: -20px -20px; }
.anythingSlider .back:hover             { background-position: 0px -20px; }

#thumbNav                               { position: relative; top: 323px; 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: #c58b04 url(../imgs/cellshade.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: #e0a213; }

#start-stop                             { }
#start-stop.playing                     { }
#start-stop:hover                       { }

/*
  Prevents
*/
.anythingSlider .sliderWrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .sliderWrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
