.dojoxFisheyeListItemLabel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px;
	text-align: center;
	position: absolute;
	display: none;
	white-space:pre;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.dojoxFisheyeListItemLabel.dojoxFishSelected {
	display: block;
}
.dojoxFisheyeListItemImage {
	border: 0px;
	position: absolute;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.dojoxFisheyeListItem {
	position: absolute;
	z-index: 2;
}
.dojoxFisheyeListBar {
	position: relative;
	margin: 0px auto;
	text-align: center;
}
.outerbar {
	text-align: center;
	width: 100%;
}
