/*
    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: 160px; height: 100px; position: relative; margin:0 15px; margin-top:0px; }
.anythingSlider .wrapper                { width: 160px; overflow: auto; height: 100px; margin:0; position: absolute; top: 0; left: 0; }
.anythingSlider span 					{ margin-bottom:-5px; font-size:10px; padding-top:4px;}
                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0px -30px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 100px; width: 160px; margin: 0px 0; }
.anythingSlider .arrow                  { display: block; height: 13px; width: 10px; background: url(images/bottom.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 110px; cursor: pointer; margin-top:-25px;}
.anythingSlider .forward                { background-position:left; right: 0px; margin-right:00px;margin-top:-25px;}
.anythingSlider .back                   { background-position:right; left: 0; margin-left:130px;margin-top:-25px;}
.anythingSlider .forward:hover          { background-position: left; margin-right:0px; text-decoration:none;margin-top:-25px;}
.anythingSlider .back:hover             { background-position: right; margin-left:130px; text-decoration:none;margin-top:-25px;}

#thumbNav                               { position: relative; top:0px; text-align: center; display:none;  display:none; }
#thumbNav a                             { text-decoration:none; color:#FFF;}
#thumbNav a:hover                       { text-decoration:none; color:#FFF;}
#thumbNav a.cur                         { text-decoration:none; color:#FFF;}

#start-stop                             { background-image: url(images/stop.gif); background-repeat: repeat-x; width: 9px; text-align: center; position: absolute; right: 10px; top: 85px;  text-decoration:none; }
#start-stop.playing                     { background-image: url(images/play.gif); color:#FFF; text-decoration:none;margin-top:0px; }
#start-stop:hover                       { background-image: url(images/play.gif) ; color:#FFF; text-decoration:none; margin-top:0px;}


/*
  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 {font-family:Tahoma; font-size:11px; color:#777;}
.anythingSlider a {font-family:Tahoma; font-size:11px; color:#777; text-decoration:underline; }
.anythingSlider a:visited {font-family:Tahoma; font-size:11px; color:#777; text-decoration:underline; }
.anythingSlider a:hover {font-family:Tahoma; font-size:11px; color:#111; text-decoration:underline; }
