a, a img                               
{ 
  border: 0; 
  text-decoration: 
  none; outline: 0;  
}
.anythingSlider                         
{ 
  width: 870px; 
  height: 200px; 
  position: relative;
  margin: 0; padding: 0;
  background-image:url(../images/banner_bg.jpg);
  background-repeat:repeat-x;
}
.anythingSlider .wrapper                
{ 
  width: 960px; 
  overflow: auto; 
  height: 200px; 
  position: absolute;  
  left:0px; 
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul             
{ 
  width: 32700px; 
  list-style: none; 
  position: absolute; 
  top: 0; 
  left: 0; 
  margin: 0px; 
  padding:0px;
}
.anythingSlider ul li                   
{ 
  display: block; 
  float: left; 
  padding: 0; 
  height: 200px; 
  width: 960px;   
  margin: 0px;
  
}
.anythingSlider .arrow                  
{ 
  display: block;
  margin-top:0px; 
  height: 200px;
  width: 67px; 
  background:url(images/arrows.png) no-repeat 0 0; 
  text-indent: -9999px; 
  position: absolute; 
  top: 205px;
  margin-left:5px; 
  margin-right:670px; 
  cursor: pointer; 
  
}
.anythingSlider .forward                
{ 
  background-position: 0 0; 
  right: -20px; 
}
.anythingSlider .back                   
{ 
  background-position: -67px 0; 
  left: -20px; 
}
.anythingSlider .forward:hover          
{ 
  background-position: 0 -200px; 
}
.anythingSlider .back:hover             
{ 
  background-position: -67px -200px;   
}
#thumbNav                               
{ 
  width:90px;
  left:60px; 
  position: relative; 
  top: 205px; 
  text-align:center;  
}
#thumbNav a                             
{ 
  color:#656363; 
  font: 11px/18px Verdana;
  display: inline-block; 
  padding: 2px 6px; 
  height: 18px; 
  margin: 0 7px 0 2px; 
  background:url() repeat-x; 
  text-align: center; 
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px; 
  -webkit-border-bottom-right-radius: 5px; 
  -webkit-border-bottom-left-radius: 5px; 
}
#thumbNav a:hover                       
{ 
  color:#c58b04; 
}
#thumbNav a.cur                         
{ 
 /* background: #9f06cb; */
}
/*  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;   
}
