/*
    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/
*/
ul                                      { margin: 0 0 0px 0px; }
ul li                                   { font: 25px Georgia, Serif; margin: 0 0 8px 0; }
a, a img                                { border: 0; text-decoration: none; outline: 4px; }
.anythingSlider                         { width: 900px; height: 285px; position: relative; margin: 0 0 0px; border:thin #000}
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 285px; margin: 0 0px; position: absolute; top: 0; left: 0; padding:0  }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #000; 
											border-top: 0px solid #cccccc; border-bottom: 3px solid #cccccc; margin-left: 0px;  padding:0 }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 285px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url() no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -87px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -47px -200px; }
#thumbNav                               { position: relative; top: 257px; right:25px; color:none; text-align: right; font-size:12px; font-weight:bold}
#thumbNav a                             { display: inline-block; padding: 0px 0px; height: 19px; 
											margin: 0 5px 0 0; color: white; background: url(../../images/slider_controls/number_active.png) repeat-x; text-align: center;
											-moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px;
												-webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; width:16px}
#thumbNav a:hover                       { background-image: url(../../images/slider_controls/number_active.png); background-repeat:no-repeat; width:16px; height:19px }
#thumbNav a.cur                         { background-image: url(../../images/slider_controls/number_current.png); background-repeat:no-repeat; }
#start-stop                             { background-image:url(../../images/slider_controls/start.png) ; background-repeat:no-repeat; padding: 2px 5px; 
										width: 10px; height:20px; text-align: right; position: absolute; right: 5px; top: 257px; 
										-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; 
										-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop:hover                       { background-image:url(../../images/slider_controls/start1.gif) ; background-repeat:no-repeat; padding: 2px 5px; 
										width: 10px; height:20px; text-align: right; position: absolute; right: 5px; top: 257px; 
										-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-image:url(../../images/slider_controls/stop.gif) ; background-repeat:no-repeat;  }
#start-stop.playing:hover                   { background-image:url(../../images/slider_controls/stop1.png) ; background-repeat:no-repeat;  }

/*
  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; }