.dojoHtmlFisheyeListItemLabel {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif, Helvetica;
	background-color: #DAECFD;
	border: 2px solid #4D92E7;
	color:#000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: absolute;
	display: none;
	white-space:nowrap;
}
.dojoHtmlFisheyeListItemLabel.selected {
	display: block;
}
.dojoHtmlFisheyeListItemImage {
	border: 0px;
	position: absolute;
	cursor:hand;
	cursor:pointer;
}
.dojoHtmlFisheyeListItem {
	position: absolute;
	z-index: 2;
}
.dojoHtmlFisheyeListBar {
	position: relative;
}