
.anythingSlider 
{ 
margin: 0 auto;
width:740px;
height: 325px; 
position: relative;
top:0px;
left:-40px;
z-index:4;
}

.anythingSlider .wrapper
{ 
float: left;
width: 740px; 
overflow: auto; 
height: 325px; 
position: absolute; 
top: 0; 
left: 0; 
}
.anythingSlider .wrapper ul
{ 
width: 99999px; 
list-style: none;
position: absolute; 
top: 0; 
left: 0; 
}
.anythingSlider ul li 
{ 
display: block; 
float: left;  
height: 325px;
width: 740px;
color: #fff;
}
	
.anythingSlider .arrow 
{ 
display: block; 
height: 60px; 
width: 34px; 
background: url(../images/arrows.png) no-repeat 0 0; 
text-indent: -9999px; 
position: absolute; 
top: 120px; 
cursor: pointer; 
z-index:3;
}
.anythingSlider .forward { background-position: -34px 0; left: 754px; }
.anythingSlider .back { background-position: 0 0; left: -50px; }


#thumbNav {display:none;}
#start-stop {display:none;}

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