/* slider */
#container{	
  position:relative;
  text-align:left;
  width:556px;
  height:188px;
  background: url("../img/featured_bg.png") no-repeat scroll 0 0 transparent;
  padding:10px;
}

#slider ul, #slider li{ 
  margin:0;
  padding:0;
  list-style:none;
}	
#slider, #slider li{ 
  width:750px;
  height:188px;
  overflow:hidden;
}	
#slider{ 
  margin-left:0px;
}	
#prevBtn, #nextBtn{ 
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  left:500px;
  top:14px;
}	
#nextBtn{ 
  left:520px;
}														
#prevBtn a, #nextBtn a{  
  display:block;
  width:20px;
  height:20px;
  background:url(../img/arrow-left.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
  background:url(../img/arrow-right.gif) no-repeat 0 0;	
}								
												
