/*
    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: 560px; height: 200px; position: relative; float: left; margin: 0 auto 50px auto;}
.anythingSlider .wrapper                { width: 480px; overflow: auto; height: 210px; margin: 0 43px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #FFF; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 750px; margin: 0 0 0 0; }


.anythingSlider .arrow                  { display: block; height: 80px; width: 30px; background: url(img/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 70px; cursor: pointer; }
.anythingSlider .forward                { background-position: -1px 0; right: 0px; }
.anythingSlider .back                   { background-position: -29px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: -1px -88px; }
.anythingSlider .back:hover             { background-position: -29px -88px; }

.anythingSlider ul li .piece {
	float: left; position: relative; width: 225px; margin: 5px 20px 0 0;
}

.anythingSlider ul li .piece p.sliderclient, 
.anythingSlider ul li .piece p.slidermandate {
	margin: 0; padding: 0;
	font-style: italic;
}

.anythingSlider ul li .piece p.sliderclient a {
	color: #000;
	text-decoration: none;
}

.anythingSlider ul li .piece p.slidermandate span {
	color: #999;
	padding: 0px 2px;
}

#thumbNav                               { position: relative; top: 203px; text-align: right; width: 520px; font-size: 0.7em; }
#thumbNav a                             { text-decoration: none; background-color: #231F20; color: #FFF; display: inline-block; padding: 2px 6px 0 6px; height: 16px; margin: 0 5px 0 0; text-align: center; }
#thumbNav a:hover                       { background-color: #231F20; color: #FFF;}
#thumbNav a.cur                         { background-color: #F15A29;}

#start-stop                             { font-size: 0.9em; padding: 2px 1px; width: 150px; position: absolute; left: 0px; top: -22px; }
#start-stop.playing                     { }
#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; }

/*
    For Specific Slides
*/
div#textSlide                              { padding: 10px 30px; }
div#textSlide h3                           { font: 20px Georgia, Serif; }
div#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
div#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
div#textSlide ul li                        { display: list-item; }

div#quoteSlide                             { padding: 30px; }
div#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
div#quoteSlide p                           { text-align: center; }