.anythingSlider { width: 440px;height: 160px; position: relative;}
.anythingSlider .sliderwrapper{ width: 440px; overflow: auto; height: 160px; position: absolute; top: 0; left: 0;scrollbar-base-color: #FF9900 }

                                       /* Width below is max for Opera */
.anythingSlider .sliderwrapper ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
									
.anythingSlider ul li { display: block; float: left; padding: 0; height: 25px; width: 445px; margin: 0; }

.anythingSlider .arrow { display: block; height: 17px; width: 67px; background: url(/images/sliderNav/arrows.png) no-repeat;
						position: absolute; top:-20px; cursor: pointer; }

.anythingSlider .forward { background-position: 0 0; right: 0px; height:17px;font-size:1px; }
.anythingSlider .back { background-position: -67px 0; left: 200px;}

.anythingSlider .forward:hover { background-position: 0 -35px;}
.anythingSlider .back:hover {  background-position: -67px -35px;}

#thumbNav { position: relative; top: -20px; left:273px; text-align: center;font-size:0px;width:100px;}
#thumbNav a { color: black; display: inline-block; height: 17px; width:9px; margin: 0 10px 0 0;background:url(/images/sliderNav/item.jpg); }
#thumbNav a:hover { background:url(/images/sliderNav/item.jpg);  }
#thumbNav a.cur { background:url(/images/sliderNav/selected.jpg);width:15px; }

.anythingSlider .sliderwrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .sliderwrapper ul ul li { float: none; height: auto; width: auto; background: none; }