

.hotspot {
	cursor: pointer;
}

#tt {
	position: absolute; 
	display: block; 
	background: url(images/tt_left.png) top left no-repeat;
	z-index: 5000;
	font-size: 11px;
}

#tttop {
	display: block; 
	height: 5px; 
	margin-left: 5px; 
	background: url(images/tt_top.png) top right no-repeat; 
	overflow: hidden;
}

#ttcont {
	display: block; 
	padding: 4px 9px 4px 4px; 
	margin-left: 5px; 
	background: url(images/tt_bg.png); 
	color: #FFF;
}

#ttbot {
	display: block; 
	height: 5px; 
	margin-left: 5px; 
	background: url(images/tt_bottom.png) top right no-repeat; 
	overflow: hidden;
}