/*
    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: 557px; height: 240px; position: relative; float: left;  margin-left: 10px; display:inline;}
.anythingSlider .wrapper              { width: 557px; overflow: auto; height: 240px; position: absolute; top: 0; left: 20;}

                                       /* 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: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px;  }
.anythingSlider .forward                { background-position: 0 0; right: -25px; top: 27px;}
.anythingSlider .back                   { background-position: -67px 0; left: -25px; top: 27px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 200px; text-align: center; background-image: url(../images/bg2.png);height: 20px; left: 0px; padding: 20px 0 0 37px; width: 148px; }
#thumbNav a                             { color: white; font: 11px/18px; font-weight: bold; display: inline-block; padding: 3px 0 0 0; height: 18px; margin: 0 5px 0 0; background-image: url(../images/si2.png); background-repeat: no-repeat; 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; width: 20px; }
#thumbNav a:hover                       { background-image:  url(../images/si4.png); background-repeat: no-repeat; }
#thumbNav a.cur                         { background-image:  url(../images/si4.png); background-repeat: no-repeat; }

#start-stop                             { background-image: url(../images/si.png);height: 20px; width: 45px; background-repeat: no-repeat; color: white; padding: 4px 0 0 0; text-align: center; position: absolute; left: 0px; top: 220px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;  font-weight: bold;}
#start-stop.playing                     { background-image: url(../images/si.png); }
#start-stop:hover                       { background-image: url(../images/si3.png); }

/*
  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; }
.clear{clear: both}
#sideAdv {float: left; margin-left: 10px;}
