/*
    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/
*/

*                                       { margin: 0; padding: 0; }
body                                    { font-size: 12px; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }
#page-wrap                              { width: 760px; padding: 0px; background: white; margin: 0px auto 0px; position: relative; z-index: 0; }

.anythingSlider                         { width: 760px; height: 370px; position: relative; margin: 0px auto 0px; }
.anythingSlider .wrapper                { width: 760px; overflow: auto; height: 370px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; border-top: 0px; border-bottom: 0px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 370px; width: 760px; 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: 65px; 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: 325px; text-align: right; margin-right: 3px; }
#thumbNav a                             { color: white; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 3px 8px 2px 8px; height: 18px; margin: 0 5px 0 0; background: #0096db; text-align: center; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
#thumbNav a:hover                       { background: #2a3479; }
#thumbNav a.cur                         { background: #2a3479; }

/*
#start-stop                             { background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
#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; }
