/*
    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: 920px; height: 400px; position: relative; margin: 0 0 0 0; }
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 396px; margin: 0px; position: absolute; top: 0; left: 0; border: 0px solid #EAEAEA;}
                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0px; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 396px; width: 900px; margin: 0px; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 90px; 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: 10px; }
.anythingSlider .back                   { background-position: -120px 0; left: -5px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -120px -200px; }

#thumbNav                               { position: relative; top: 346px; text-align: center; }
#thumbNav a                             { color: #555555; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 18px 5px 18px; height: 15px; margin: 0 1px 0 0; background: #f1f1f1 url(../images/vc_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                         { color: #FFFFFF; background: #bbbbbb; }

#start-stop                             { background: #dadada; font: 20px/20px Georgia, Serif; background-repeat: repeat-x; color: white; padding: 0px 0px; width: 20px; text-align: center; position: absolute; right: 45px; top: 346px; -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: #eeeeee; }
#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; }
