

*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 750px; height: 220px; position: relative;
	margin-top: 4px;
}
.anythingSlider .wrapper                { width: 690px; overflow: hidden; height: 220px; margin: 0 ; position: absolute; top: 0; left: 30px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 220px; width: 750px; 
										  margin: 0 ; left: 0;}

.anythingSlider .arrow                  { display: block; height: 50px; width: 25px; 
										  background: transparent url(frecce.png) no-repeat; text-indent: -9999px; 
										  position: absolute; top: 75px; cursor: pointer; }
										  
										  
.anythingSlider .forward                { background-position: 0 0; right: 5px; }
.anythingSlider .back                   { background-position: -25px 0; left: 5px; }
.anythingSlider .forward:hover          { background-position: 0 -50px; }
.anythingSlider .back:hover             { background-position: -25px -50px; }

#thumbNav                               { position: relative; top: 20px; text-align: center; z-index:-1; }



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