/*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/ modified for Paskesz by Lieven Vandenbroucke http://www.xtence.be*/
.anythingSlider                         { width: 700px; height: 254px; position: relative; float:right;margin: 0 auto 10px; background: url(slide.jpg) top left no-repeat;}
.anythingSlider .wrapper                { width: 660px; overflow: auto; height: 230px; margin:0; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 19999px; list-style: none; position: absolute;top: 0; left:0;border-bottom: 3px solid #FF0000; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 15px 30px 0 0; height: 230px; width: 660px; margin: 0; }
.anythingSlider ul div{
	padding: 0 20px;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 40px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -36px; }
.anythingSlider .back                   { background-position: -67px 0; left: -60px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
#thumbNav                               {display:none;}
#start-stop                             {display: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; }
/*textslide*/
blockquote{font-size: 20px;padding:0;}
.textSlide h1{font-size: 2em;margin:0 0 0 10px;padding:0;}
.textSlide{position:relative;}
.textSlide p{font-size: 13px;}
.quoteSlide blockquote{position:absolute; top:10px; left:10px; z-index:9995;}
.quoteSlide blockquote span.quote{font-size:15px;}
.textSlide p.button{margin:0 -35px 0 0;position:absolute;left:20px;top:160px;}
.textSlide p.button a{margin:0 -35px 0 0;}
.textSlide h1.hr{margin: 0;}
.anythingSlider strong{color: #008FD1;}
