/*
    anythingSlider v1.0
    
    By Chris
*/


.anythingSlider                         { width: 520px; height: 345px; position: relative; margin: 0 auto 10px; }
.anythingSlider .wrapper                { width: 480px; overflow: auto; height: 320px; margin: 0 10px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 480px; margin: 0; }
/*.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }*/
.anythingSlider .arrow                  { display: block; height: 24px; width: 24px; text-indent: -9999px; position: absolute; top: 20px; cursor: pointer; }

/*.anythingSlider .forward                { background-position: 0 0; right: 50px; }*/
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }*/
/*.anythingSlider .back                   { background-position: -67px 0; left: -20px; }*/
/*.anythingSlider .back:hover             { background-position: -67px -200px; }*/

#thumbNav                               { position: relative; top: 290px; left: 40px; text-align: ;}
#thumbNav a                             { color: white; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #67317F; text-align: center;} /* -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; }*/
#thumbNav a:hover                       { background: #7100AB; }
#thumbNav a.cur                         { background: #7100AB; }

#start-stop                             { background:#67317F url(../images/arrow_play.gif) no-repeat scroll 9px 8px; color: white; height: 24px; width: 24px; text-align: center; position: absolute; right: 52px; top: 288px; }
#start-stop.playing             { background:#67317F url(../images/arrow_pause.gif) no-repeat scroll 9px 8px; }
#start-stop:hover                 { background-color: #7100AB;  }
/*
#start-stop                             { color: white;background: #333333 url(../images/arrow_pause.gif) no-repeat scroll 9px 8px; height: 24px; width: 24px; text-align: center; position: absolute; right: 45px; top: 323px; }
#start-stop.playing                     { background-color: #333333 url(../images/arrow_play.gif) no-repeat scroll 9px 8px; }
#start-stop:hover                       { background-color: #666666; color: white;}
*/



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



.anythingSlider .forward  {
right: 50px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#67317F url(../images/arrow_next.gif) no-repeat scroll 9px 8px;
}

.anythingSlider .forward:hover  { 
background:#7100AB url(../images/arrow_next.gif) no-repeat scroll 9px 8px !important;
}

.anythingSlider .back  {
right: 80px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#67317F url(../images/arrow_back.gif) no-repeat scroll 9px 8px;
}

.anythingSlider .back:hover  { 
background:#7100AB url(../images/arrow_back.gif) no-repeat scroll 9px 8px !important;
}