.anythingSlider{ width: 300px; height: 220px; position: relative; }
.anythingSlider .wrapper{ width: 300px; overflow: auto; height: 220px;  position: absolute; top: 0; left: 0; }

.anythingSlider .wrapper ul{ width: 1200px; list-style: none; position: relative; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li{ display: block; float: left; padding: 0; height: 220px; width: 300px; margin: 0; }

#thumbNav{margin-top:200px; position: absolute;}
#thumbNav a{display:block; width:9px; height: 9px; background: url(../images/list.png); float: left; margin-right: 10px; text-indent: 10000px; overflow: hidden;}
#thumbNav a.cur {background: url(../images/list_active.png);}
