/*
    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: 588px; height: 277px; position: relative; margin: 0 0 100px -15px; }
.anythingSlider .wrapper                { width: 588px; overflow: hidden; height: 277px; position: absolute; top: 1; left: 1; }
#main .anythingSlider .wrapper ul       { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 277px; width: 588px; margin: 0; }

.anythingSlider.quoteSlider 			{ width: 270px; height: 400px; margin: 0;}
.anythingSlider.quoteSlider .wrapper    { width: 270px; overflow: hidden; height: 400px; position: absolute; top: 0; }
.anythingSlider.quoteSlider .wrapper ul { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider.quoteSlider ul li       { display: block; float: left; padding: 0; height: 400px; width: 270px; margin: 0; }

.anythingSlider .arrow,
#thumbNav a    							{ background: url("../img/buttons/slider-btns.png") no-repeat }


.anythingSlider .arrow                  { display: block; height: 27px; width: 27px; text-indent: -9999px; position: absolute; top: 317px; cursor: pointer; }
.anythingSlider .forward                { background-position: -69px -8px; right: 20px; border:0 }
.anythingSlider.quoteSlider .forward    { right: 0 }
.anythingSlider .back                   { background-position: -9px -8px; left: 20px; border:0 }
.anythingSlider.quoteSlider .back    	{ left: 10px }
.anythingSlider .forward:hover          { background-position: -69px -33px; border:0 }
.anythingSlider .back:hover             { background-position: -9px -33px; border:0 }

#fancy_left,
#fancy_right							{ border: 0 }

#thumbNav                               { position: relative; top: 318px; text-align: center; margin: 0 50px; }
.quoteSlider #thumbNav                  { margin: 0 30px; top: 319px; }
#thumbNav a                             { background-position: -39px -10px; border:0; display: inline-block; height: 20px; width:20px; margin: 0 8px; text-align: center; text-indent:-9999px }
#thumbNav a:hover                       { background-position: -39px -35px }
#thumbNav a.cur                         { background-position: -39px -35px }

#start-stop                             { color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 50px; top: 280px; visibility:hidden }
#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; }
