/*
    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/
*/


.anythingSlider                         { width: 469px; height: 277px; position: relative; margin: 0; float:right; background:url(images/bck_slider.gif) no-repeat; margin-right:40px;}
.anythingSlider .wrapper                { width: 435px; overflow: auto; height: 245px; margin: 0; position: absolute; top:16px; left:17px;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0px; left: 0px;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 30px; width: 26px; background: url(images/bck_slider_arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 120px; cursor: pointer; }
.anythingSlider .forward                { background-position: -26px 0; right: -40px; }
.anythingSlider .back                   { background-position: 0px 0; left: -40px; }
.anythingSlider .forward:hover          { background-position: -26px -30px; }
.anythingSlider .back:hover             { background-position: 0px -30px; }

#thumbNav                               { position: relative; top: 290px; float:right; }
#thumbNav a                             { width:9px; height:9px; inline-block; margin:0px 4px; background: url(images/bck_slider_nav.gif) no-repeat; text-indent:-999999px;  float:left;}
#thumbNav a:hover                       { text-decoration:none;}
#thumbNav a.cur                         { background: url(images/bck_slider_nav_cur.gif) no-repeat; }

#start-stop                             {display:none;}
#start-stop.playing                     {display:none;}
#start-stop:hover                       {display:none;}
/*
#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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: 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; }
