﻿#retrofits {
  height: 375px;
  border: 10px solid #8CAECF;
  background-color: #C2D3E4;
  color: #003366;
  overflow: auto;
}
#retrofits #images {
  background: #000;
  float: right;
  width: 500px;
  height: 375px;
  overflow: hidden;
  z-index: 4;
}
#retrofits p {
  padding: 10px 5px 0 10px;
  margin: 0;
  margin-right: 500px;
}
#retrofits a {
  color: #000;
}
