li,UL,div{PADDING: 0px; MARGIN: 0px;}
.anythingSlider                         { width: 1000px; height: 503px; position: relative; margin: 0 auto 0px; }

.anythingSlider .wrapper                { width: 1000px; overflow: auto; height: 503px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: auto;
	background: #eee;
	margin: 0;
}
#page-wrap                              { width: 1000px; padding: 0px; background: white; position: relative; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 503px; width: 1000px; margin: 0; }

#page-wrap a img { border: none; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 220px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -0px; }
.anythingSlider .back                   { background-position: -67px 0; left: -0px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
.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; }
