.anythingSlider                         { width: 560px; height: 400px; position: relative; margin: 0 auto;}
.anythingSlider .wrapper                { width: 560px; overflow: auto; height: 400px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 370px; width: 560px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/slides/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -65px; }
.anythingSlider .back                   { background-position: -67px 0; left: -65px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.textSlide                              { padding: 0 5px; width:550px; height:360px; float:left;font-family:Helvetica,Verdana,Arial,Sans-serif;font-size:84%; }
.textSlide p                            { margin:15px 0; }
.textSlide h2 a,
.textSlide h2,
.textSlide h1 							{ color:#EC6C00; font-family:"Trebuchet MS", Georgia, serif; text-decoration:none;}
.textSlide h2 a:hover					{ text-decoration:underline; }
.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; }

.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; }

