.anythingSlider                         { width: 900px; height: 247px; position: relative;  background:url('testimonial_bg.png') no-repeat;}
.anythingSlider .wrapper                { width: 350px; height: 200px; position: absolute; top: 0; left: 0; margin-left:450px; margin-top:30px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 350px; margin: 0; }
.anythingSlider .arrow                  { display: block; position: absolute; width:24px; height:69px; margin-top:90px; margin-left:20px; text-indent:-9999px;}
.anythingSlider .forward                {background:url('right_arrow.png') no-repeat; margin-left:850px;}
.anythingSlider .back                   { background:url('left_arrow.png') no-repeat; }

#thumbNav                               { text-align: center; padding-top:215px; margin-left:-650px; font-family:arial, sans-serif;}
#thumbNav a                             { color: black; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; background:#fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#thumbNav a:hover                       { background-image: none; text-decoration:none;}
#thumbNav a.cur                         { background: #d1eaf6; }

/*#start-stop                             { background: green; 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: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#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; }
