#secondcolumn li {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  color: #1A3856;
}

#secondcolumn li strong {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #1a3856;
}

#secondcolumn li img {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#secondcolumn #selected {
  background-color: #1a3856;
}

.advert_overlay {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(http://static.automatedtrader.net/images/1px_trans.gif);
  cursor: pointer;
}

.ipad .advert_overlay {
  display: none;
}