@charset "UTF-8";
/*
    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/
    
    Edited by Kevin Moran: http://www.bkv.coma
*/


.anythingSlider                         { width: 1040px; height: 320px; position: relative; margin: 0 0 0 -40px; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 320px; margin: 0 auto; position: absolute; top: 0; left: 40px; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 0px; border-bottom: 0px; margin: 0; left:-40px; overflow:hidden; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 960px; margin: 0 0 0 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(/img/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 55px; 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: 284px; left:800px; width:200px; }
#thumbNav a                             { color: #ffffff; font: 14px/24px Arial, Helvetica, Serif; font-weight:bold; text-decoration:none; display: inline-block; padding: 4px 12px; height: 20px; margin: 0 5px 0 0; background: #063072 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #748EC1; }

#start-stop                             { background: green; font: 14px/24px Arial, Helvetica, Serif; font-weight:bold; text-decoration:none; height:20px; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 4px 8px; width: 60px; text-align: center; position: absolute; right: 50px; top: 284px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#start-stop.playing                     { background-color: #80082F; }
#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; }
