#slider{
  background:url(/assets/gfx/category_stuff/bkg_index.jpg) left top no-repeat;
} 
#slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
  }
#slider li{ 
  width:960px;
  height:282px;
  overflow:hidden; 
  } 
#prevBtn, #nextBtn{ 
  display:block;
  width:30px;
  height:77px;
  position:absolute;
  left:-5px;
  top:110px;
  } 
#nextBtn{ 
  left:935px;
  }                           
#prevBtn a, #nextBtn a{  
  display:block;
  width:30px;
  height:77px;
  background:url(/assets/gfx/icons/slider_left.png) no-repeat 0 0;  
  } 
#nextBtn a{ 
  background:url(/assets/gfx/icons/slider_right.png) no-repeat 0 0;  
  }
