.hover-show-panel{
	position: absolute;
	width: 250px;
	text-align: left;
	z-index: 100;
}
.hover-show-panel .title{
	padding: 10px  10px 0 10px;
	background-color: black;
	color: white;
	font-size: 1.2em;
	font-family:"Gill sans"
}
.hover-show-panel .text{
	min-height: 50px;
	_height: 50px;
	padding: 0 10px 10px 10px;
	background-color: black;
	font-size: 0.8em;
	color: silver;
	font-family:"Gill sans"
}
.hover-show-panel .arrow{
	height: 13px;
	background: url(images/arrow_down.gif) no-repeat center -2px;
}