
#text {
	margin: 50px auto;
	width: 500px
}
.hotspot {
	cursor: pointer;
	
}
#tt {
	position: absolute;
	z-index: 99999;
	display: block;
	background: url(../img/tooltip/tt_left.gif) top left no-repeat
}
#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: #696a6f;
	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
}

