.box {
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  position: absolute;
  height: 141px;
	width: 99px;
	/*display: inline;*/
}

.bar {
  background-color: #205b75;
  color: #80c1ff;
  cursor: move;
  font-weight: bold;
  height: 18px;
	width: 99px;
  text-align: center;
	padding-top: 2px;
}

.content {
	width: 99px;
	text-align: center;
	padding-top: 4px;
}
.content > img {
  border: 1px solid #979797;
  width:93px;
  height:92px;
}
