
#container { 
   width:550px;
   margin:0;
   padding:0; 
   height:260px;
   z-index:0;
} 

#buttonContainer { 
  text-align:right; 
  width:100%; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: bold;  
  margin:0px; 
  background:#EBEBEB;
  padding:0px;
  }
#buttonContainer a { 
  color:black; 
  text-decoration: none; 
  background:#CCCCCC; 
  line-height:20px; 
  height:20px; 
  padding:3px 8px; 
  cursor:pointer; 
  border:none; 
  margin-left:5px; 
  }
#buttonContainer a.activeSlide { 
background: black; 
color:white;
}
