/*
    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: 1000px; height: 540px; position: relative; margin: 0 auto 0px;  padding: 0; z-index: 100;}
.anythingSlider img                   { margin: 0; padding: 0; }
.anythingSlider .wrapper2                { width: 920px; overflow: auto; height: 540px; margin: 0 40px; position: absolute; top: 0; left: 0;  padding: 0;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper2 ul             { width: 32700px; height: 500px;list-style: none; position: absolute; top: 0; left: 0; background: #e1dcda; margin: 0; padding: 0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 540px; width: 920px; margin: 0; padding: 0;  }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 165px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 540px; text-align: center; }
#thumbNav a                             { 	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #d1cbc9; }

#start-stop                             {  }
#start-stop.playing                     { }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper2 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0 ;margin: 0; padding: 0; }
.anythingSlider .wrapper2 ul ul li       { float: none; height: auto; width: auto; background: none; margin: 0; padding: 0;}



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

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