









/* Styles for tables of thumbnail images */
table.thumbs {
              vertical-align: middle;
			  text-align: center;
			  border-collapse: collapse;
			  }

/* Styles for tables cells that contain thumbnails */
td.thumbs {
           border: solid 1 px #982257;
		   padding: 10px;
		   }

