
.pivote {
  width: 106px;         /* was 120 px */
  padding: 0px;         /* was 5 px */
  text-align: center;
  margin-left: 0px;     /* was 10 px */
  float: left;          /* was er niet -- nodig voor IE7 */
  position: relative;
}

.pivote .images {
  background-color: #000000;  /* was #f1f1f1 */
  padding: 3px;
  border: 0px solid #000;  /* was 1 px */
  text-align: center;  
}

.pivote .votes {
  font-size: 9px;         /* was 10 px */
  color: #ccc;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
