div.container {
  /*border: 2px dashed #333; */
  /*margin-left: auto; margin-right: auto;*/
  text-align: center;
  background-color: #ffffee;
  margin-top: 10px;
  margin-bottom: 0px;
  position: relative;
  /*align: center;*/
  }
div.spacer {
  clear: both;
  }
ul.thumbrow{
  /*width: auto;*/
  padding: 0;
  margin-left: auto;
  margin-right:auto;
  clear: left;
  float: left;
  left: 50%;
  list-style-type: none;
  position: relative;
  margin-top:4px;
  margin-bottom:16px;
}
li.thumb{
  /*border: 2px dashed #444; */
  float:left;
  position: relative;
  right: 50%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}
li.thumb:hover{
  background-color: #ffffaa;
}
  
li.thumb p{
  text-align: center;
  margin-bottom: 0;
}

.cardsize {
  margin-top: 10px;
  margin-bottom: 5px;
}

