/*
    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: 1413px; height:100% ;position: absolute; margin: 0 auto 0px; border:0px solid #FF0000; }
.anythingSlider .wrapper                { border:0px solid #00CC33; width: 98%; overflow: hidden; height: 858px;padding: 0px;  position: absolute; top: 0; left: 33px; }

                                      
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0;}
.anythingSlider .wrapper ul li                   { border:0px solid #0066CC; width: 1400px; display: block; float: left; padding: 0; height:858px margin: 0; overflow:hidden;position: relative; }
.anythingSlider .arrow                  { display: block; height: 25px; width: 25px; background: #cc0000; position: relative; top: 355px; cursor: pointer; color:#FFFFFF; }
.anythingSlider .forward                { background-position: 0 0;left: 644px; top:396px; background-image:url(../images/arrow_forward.png); width:25px; height:21px; }
.anythingSlider .back                   { background-position: 0px 0; left: 210px; top: 376px;background-image:url(../images/arrow_back.png); width:25px; height:21px; }
.anythingSlider .forward:hover          {background-position: 0 0; left: 644px; top:396px; background-image:url(../images/arrow_forward.png); width:25px; height:21px; }
.anythingSlider .back:hover             { background-position: 0px 0; left: 210px; top: 376px;background-image:url(../images/arrow_back.png); width:25px; height:21px; }

#thumbNav                               { top: 275px; position: relative; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding:0px; height: 18px; margin: 0 5px 0 0; background: none; 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; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             {  top: 275px;background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 0px; width: 40px; text-align: center; position: relative; right: 45px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

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