#certificateWidget {
  margin: 10px;
}

#certificateWidget h3 {
  color: #fff;
  text-shadow: 1px 1px 2px #474747;
  text-align: center;
  margin: 10px 0;
}

#certificate_widget, #nav_left, #nav_right {
  float: left;
  height: 165px;
}

#nav_left, #nav_right {
  width: 30px;
  cursor: pointer;
}

#nav_left {
  background: url('http://swimming.org/~widgets/homeofswimming/img/left.png') no-repeat;
}
#nav_right {
  background: url('http://swimming.org/~widgets/homeofswimming/img/right.png') no-repeat;
}
#certificate_widget {
  position: relative;
  overflow: hidden;
  width: 260px;
}
#certificate_widget ul.item_list {
  position: relative;
  width: 1999px;
  left: -140px;
  padding: 0;
}
#certificate_widget ul.item_list li {
  list-style-type: none !important;
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 115px;
  text-align: center;
}
#certificate_widget ul.item_list li img {
  margin: 0;
  width: 100px;
}
#certificate_widget ul.item_list li a:first-child {
  width: 100px;
  height: 100px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 2px #474747;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#certificate_widget ul.item_list li a {
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px #474747;
}
.goGBR {
  background-image: url('http://swimming.org/~widgets/olympics/img/misc/gogbr.png');
  background-repeat: no-repeat;
  background-position: right 22px;
}