#homePagerNav 
{
  margin:5px;
  position:relative;
  top: 232px;
  left: 610px;
  width: 150px; /* by default this is waaaay too large.  It causes horizontal scrolling */
}
#homePagerNav a
{
  margin: 5px;
  padding: 2px 5px;
  border: 1px solid #c80000;
  background: white;
}
#homePagerNav a.activeSlide
{
  background: #ffc345;
}
#homePagerNav a:focus
{
  outline: none;
}
#billboardContainer
{
  height:258px;
  width:758px;
  border:1px solid #c80000;
  background-color:#d74141;
}
a, a:hover,img,img:hover{text-decoration:none;border:none;}
