/*
    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: 680px; height: 340px; position: relative; padding:0; margin:0;  }
.anythingSlider .wrapper                { width: 680px; height: 340px; overflow: hidden; position: absolute;  padding:0; margin:0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0;margin-left: -40px;  }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 340px; width: 680px; margin: 0; background-color:#ffffff }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; display:none }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; display:none  }
.anythingSlider .forward:hover          { background-position: 0 -200px; display:none  }
.anythingSlider .back:hover             { background-position: -67px -200px; display:none  }

.thumbNav                               { position: relative; top: 300px; text-align: center; z-index:10000; float:right }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: none; width:15px; font: 0px/0px Georgia, Serif; display: inline-block; padding: 2px 2px; height: 18px; margin: 0 5px 0 0; text-align: center; background:url(/images/Banner_GrayArr.png) no-repeat;}
.thumbNav a:hover                       { background:url(/images/Banner_GrayArr.png) no-repeat; }
.thumbNav a.cur                         { background:url(/images/Banner_RedArr.png) no-repeat; }

.start-stop                             { z-index: 10; background: green; color: white; padding: 2px 5px; width: 20px; text-align: center; position: absolute; right: 25px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; display:none }
.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; }
