/**Styles for the sliding functionality**/

.anythingSlider                        	{ width: 850px; height: 680px; position: relative;left:  10px; color:  #000000;}
.anythingSlider .wrapper                { width: 980px; overflow: auto; height: 680px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 680px; width: 780px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 540px; width: 200px; background:transparent; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; border:  none;}
.anythingSlider .arrow.back                  { display: block; height: 540px; width: 750px; background:transparent; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; border:  none;}
.anythingSlider .forward                { background-position: 0 0; right: -170px; }
.anythingSlider .back                   { background-position: -67px 0; left: 40px; }
.anythingSlider .forward:hover          { background-position: 0 -200px;background: #000000; opacity:  .2; }
.anythingSlider .back:hover             { background-position: -67px -200px;background: #000000; opacity:  .2;}



/*
  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; }
