.anythingSlider                         { width: 835px; height: 211px; position: relative;}
.anythingSlider .wrapper                {
	width: 835px;
	overflow: auto;
	height: 211px;
	position: absolute;
	top: 1px;
	left: 0px;
}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 211px; width: 835px; margin: 0; }
.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; }
#thumbNav a {
cursor:pointer;
display:block;
height:11px;
width:11px;
float:left;
text-indent:-9999px;
background:url(../images/spot.png) no-repeat;
margin-right:12px;
margin-top:2px;
position:relative;
top:242px;
left:381px;
overflow:hidden;
}
.anythingSlider a.forward, .anythingSlider a.back {
display:block;
float:left;
height:14px;
margin-right:12px;
position:absolute;
top:242px;
width:9px;
text-indent:-9999px;
cursor:pointer;
overflow:hidden;
}
.anythingSlider a.forward {
background:url(../images/arrow-right.png) no-repeat;
left:453px;
}
.anythingSlider a.back {
background:url(../images/arrow-left.png) no-repeat;
left:356px;
}
#thumbNav a:hover, #thumbNav a.cur {
background-position:0 -11px;
overflow:hidden;
}
.anythingSlider a:hover.back, .anythingSlider a:hover.forward {
background-position:0 -14px;
overflow:hidden;
}
#start-stop {
display:none;
}
