/*
    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:689px; height:387px; position: relative; margin:0; float:right;}
.anythingSlider .wrapper                { width:689px; overflow:auto; height:387px;; margin:0; position:absolute; top:0; left:0; }
.anythingSlider .wrapper p   			{color:#fff;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul      { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0; }
.anythingSlider ul li            { display: block; float: left; padding: 0; height: 387px; width: 689px; margin: 0; }
.anythingSlider .arrow           { display: none/*change to block for visable*/; height: 20px; width: 20px; background: url(images/arrows.gif) no-repeat; text-indent: -9999px; position: absolute; top: 160px; cursor: pointer; }
.anythingSlider .forward                {left:20px; background-position:-20px -20px;}
.anythingSlider .back                   {background-position:0px -20px;}
.anythingSlider .forward:hover          {background-position:-20px 0px;}
.anythingSlider .back:hover             {background-position:0px 0px;}


#thumbNav                        { position: relative; top: 368px; text-align:right;}
#thumbNav a                      { display: inline-block; text-decoration:none; padding: 2px 8px; margin: 0;  text-align: center; color:#999}
#thumbNav a:hover                { background-image: none;  color:#76bf3a; }
#thumbNav a.cur                  { background: #fff; text-decoration:none; color:#000;}

#start-stop                             { 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; }


