
.hotspot {
    cursor: pointer;
    z-index: 9999;
}

.hotspot img {
position:relative;
    top: 9px;
}

#tt {
	position: absolute;
	display: block;
	background: url(../img/tooltip/tt_left.gif) top left no-repeat;
		z-index: 99999
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../img/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden;
		z-index: 99999
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	color: #FFF;
		z-index: 99999
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../img/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
		z-index: 99999
}
