/*
    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: 735px; height: 271px; position: relative; margin: 20px auto 10px; }
.anythingSlider .wrapper                { width: 735px; overflow: hidden; height: 271px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; /*  border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;  */ margin: 0;padding:0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 271px; width: 735px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 20px; width: 20px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 221px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 33px; }
.anythingSlider .back                   { background-position: -20px 0; left: 609px; }
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

#thumbNav                               { position: relative; top: 223px; text-align: center; display:none;}
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(cellshade.png) repeat-x; text-align: center;}
#thumbNav a:hover                       { background-image: url(cellshade_act.gif); background-repeat: repeat-x; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: ffffff; background-image: url(cellshade.gif); background-repeat: repeat-x; 
										 color: #930f1c; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; 
										 padding: 2px 0px 2px 0px; width: 51px; text-align: center; position: absolute; right: 54px; top: 221px;}
#start-stop.playing                     {}
#start-stop:hover                       { color:red; }

/*
  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; }




