.anythingSlider                         { width: 185px; height: 126px; position: relative; margin: 0 0 15px 0; }
.anythingSlider .wrapper                { width: 185px; overflow: hidden; height: 126px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style-type: none; position: absolute; top: 0; left: 0px; background: #eee; padding: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 126px; width: 185px; margin: 0; }
.anythingSlider .arrow                  { z-index: 20; display: block; height: 56px; width: 21px; background: url(/edelgrass/img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 68px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -38px; right: -1px;}
.anythingSlider .back                   { background-position: -47px -38px; left: 0;}
.anythingSlider .forward:hover          { background-position: 0 -138px; }
.anythingSlider .back:hover             { background-position: -47px -138px; }
 
#start-stop                             { visibility: hidden; 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                              { position: relative; left; width: 185px; overflow: hidden; height: 136px; }
#textSlide p                            { z-index: 10; font: 11px; position: absolute; overflow: hidden; top: 68px; height: 60px; width: 137px; left: 0; background-color: #000; padding: 4px 24px 8px 24px; color: #fff; line-height: 14px; -khtml-opacity:.70; -moz-opacity:.70; -ms-filter:”alpha(opacity=70)”; filter:alpha(opacity=70); opacity:.70;}
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: none; margin: 0; }
#textSlide ul li                        { display: list-item; }