#breadcrumbs {
  margin: -20px 5px 20px 5px;
}

.vlt-breadcrumbs {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #888;
  font-size: 12px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

  .vlt-breadcrumbs li {
    float: left;
    list-style: none outside none;
    margin-right: 9px;
  }
  
  .vlt-breadcrumbs li:last-child {
    margin-right: 0;
  }
  
  .vlt-breadcrumbs .divider {
    height: auto;
    margin: 0 0 0 9px;
  }