/*
    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: 720px; height: 309px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 720px; overflow: auto; height: 309px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 309px; width: 720px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(../images/arrows.png) 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: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { display:none; position: absolute; top: 10px; text-align: left; margin-left:15px; z-index:6; }
#thumbNav a                             { background-color: #f8f8fb; border: 1px solid #b1b1b1; color: #003468; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; display: inline-block; padding: 2px 7px; height: 15px; margin: 0 5px 0 0; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background-color: #ff7500; color: #003468; }
#thumbNav a.cur                         { color: #ff7500; }
#thumbNav a.cur:hover                  	{ color: #003468 !important; }

#start-stop                             { display: none; background-color: #f8f8fb; border: 1px solid #b1b1b1; color: #003468; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; padding: 4px 5px; width: 40px; text-align: center; position: absolute; right: 15px; top: 10px; z-index:5;  text-decoration:none; }
#start-stop.playing                     { background-color: #f8f8fb; }
#start-stop:hover                       { background-color: #ff7500; color: #003468 !important; }

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