/*
    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: 485px; height: 360px; position: relative; margin: 0 auto 35px; }
.wide									{ width: 525px !important; height: 325px !important; }
.none a#start-stop, .none a.arrow		{ display: none !important; }
.anythingSlider .wrapper                { width: 405px; overflow: auto; height: 360px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.wide .wrapper                			{ width: 525px !important; height: 325px !important; margin: 0 !important; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 360px; width: 405px; margin: 0; background: #fff1aa; }
.anythingSlider ul li.none				{ background: none; }
.anythingSlider ul li.none blockquote	{ line-height: 1.2em; }
.anythingSlider .paper ul li            { height: 325px; width: 525px; }
#content .anythingSlider ul li.paper	{ background: url(/images/notebook_paper_bg.jpg) top left no-repeat; display: block; float: left; width: 525px; height: 285px; margin: 40px 0 0 0; font-family: 'Comic Sans MS'; text-align: center; position: relative;}
#content .anythingSlider ul li.paper em { font-style: normal; font-weight: bold; font-size: 1.3em; color: #A70C22; }
#content .anythingSlider ul li.paper em.smaller	{ font-weight: normal; font-size: .8em; }
li.paper blockquote						{ margin: 20px 40px; }
li.paper span.quote_author				{ position: absolute; bottom: 15px; right: 15px; }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.wide .arrow 							{ top: 85px !important; }
.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; }

.anythingSlider img.coqui				{margin: 10px 10px 0 10px;}
.anythingSlider span.caption			{width: 385px; padding: 0 10px; font-family: 'Lucida Grande','Lucida Sans Unicode',Calibri,Arial,sans-serif; font-size: 0.95em; line-height:1.2em; display: block;}
.anythingSlider span.caption .alignleft { width: 108px; }
.anythingSlider span.caption .alignright{ width: 277px; }


#thumbNav                               { position: relative; top: 360px; text-align: center; }
.wide #thumbNav 						{ top: 325px }
#thumbNav a                             { color: black; font: 11px/18px; font-family: 'Lucida Grande','Lucida Sans Unicode',Calibri,Arial,sans-serif; display: inline-block; padding: 2px 8px 5px 8px; height: 18px; margin: 0 5px 0 0; background: #db8d26 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration: none;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #db8d26; }

#start-stop                             { background: #3e8c37; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 360px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; font-family: 'Lucida Grande','Lucida Sans Unicode',Calibri,Arial,sans-serif; text-decoration: none;}
.wide #start-stop						{ top: 325px; }
#start-stop.playing                     { background-color: #a70c22; }
#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; }
