.imgBorder {
  border-style: solid;
}
.fisheyeHeader {
  color: #45699B;
  font-size: 150%;
  font-weight: bold;
  height: 15px;
  padding: 5px 10px 0px 50px;
}
#fisheyeUpdate {
  color: #45699B;
  font-size: 150%;
  font-weight: bold;
  height: 15px;
  padding: 10px 10px 0px 50px;
}
#fisheyeImages {
  height: 70px;
  padding-left: 50px;
  /*vertical-align: top;*/
}
.dojoxFisheyeListItemLabel {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	border: 2px solid #666;
	padding: 2px;
	text-align: center;
	position: absolute;
	display: none;
	white-space:pre; 
}

.dojoxFisheyeListItemLabel.dojoxFishSelected {
	display: block;
}

.dojoxFisheyeListItemImage {
	border: 0px;
	position: absolute;
}

.dojoxFisheyeListItem {
	position: absolute;
	z-index: 2;
}

.dojoxFisheyeListBar {
	position: relative;
}


