/*
    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/
*/

#slider .centerPage 					{ width: 940px; height: 525px; position: relative; margin: 10px auto; background: url(../images/slider-wrap-bg.jpg) left top repeat-x;  }
#slider img 							{ margin: 0; border: 0; padding: 0; }

.anythingSlider                         { width: 940px; height: 426px; margin: 0 auto; padding-top: 1px; }
.cornersLeft , .cornersRight			{ width: 940px; height: 426px; background: url(../images/slider-wrap-left.jpg) left top no-repeat; }
.cornersRight							{ background: url(../images/slider-wrap-right.jpg) right top no-repeat; }

.anythingSlider .wrapper                { width: 924px; overflow: hidden; height: 385px; margin: 6px auto; position: relative;   }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: -1px; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 927px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 108px; width: 48px; background: url(../images/scroller-arrows.png) right -108px no-repeat; text-indent: -9999px; position: absolute; top: 145px; cursor: pointer; z-index: 50; }
.anythingSlider .forward                { background-position: right -108px; right: -24px; }
.anythingSlider .back                   { background-position: 0 0; left: -23px; }
.anythingSlider .forward:hover          { background-position: right -324px; }
.anythingSlider .back:hover             { background-position: -5px -216px; }

#thumbNav                               { position: absolute; right: 7px; top: 6px; text-align: right; background: url(../images/thumb-nav.gif) left -34px repeat-x; padding: 3px 10px 0 10px; height: 25px; }
#thumbNav a                             { color: #555555; font: 11px/18px Georgia, Serif; display: inline-block; width: 15px; height: 14px; margin: 0 3px 0 0; background: url(../images/thumb-nav.gif) left top no-repeat; text-indent: 500px; overflow: hidden; }
#thumbNav a:hover                       { background-position: left -15px; }
#thumbNav a.cur                         { background-position: left -15px; }
#thumbNav span 							{ width: 11px; height: 27px; background: url(../images/thumb-nav-edge.png) left top no-repeat; position: relative; margin-left: -16px; top: -8px; float: left; }

#start-stop                             { background: url(../images/start-stop.png) 0 -62px; width: 31px; height:31px; text-align: left; text-indent: -9999px; position: absolute; right: 45px; top: 323px;}
#start-stop:hover                       { background-position: 0 -93px; }
#start-stop.playing                     { background-position: 0 0; }
#start-stop.playing:hover               { background-position: 0 -31px; }

/*
  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; }
