﻿



#studentalbum .thumb {
  width: 150px;
  height: 198px;
  float: left;
  margin: 5px;
  padding: 10px;
  border: 1px solid #8f8f8f;
}

#studentalbum .thumb a { float: left; }

#studentalbum .thumb span {
  float: left;
  font-size: 10px;
  width: 150px;
  height: 48px;
  line-height: 16px;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

#errors { padding-left: 1.33em; list-style: disc; margin-bottom: 20px; color: red; }

.albumpreview img { border: 1px solid #8f8f8f; margin: 5px; }
