/* jQuery tip style /------------------------------*/

<style type="text/css">
.hovertips {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hovertips li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
}

h2 .hovertips li {
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	float: none;
	display: inline;
}

.hovertips li em {
	font-size: .75em;
	color: #6B5C4F;
	font-weight: normal;
	background: url(images/hover.png) no-repeat;
	width: 152px;
	height: 48px;
	position: absolute;
	top: 0;
	left: -180px;
	text-align: center;
	margin-top:-10px;
	padding: 10px 20px 10px 5px;
	font-style: normal;
	z-index: 2;
	display: none;
}

h2 .hovertips li em {
	font-size: .63em;
	color: #fff;
	font-weight: normal;
	background: url(images/hover2.png) no-repeat;
	width: 230px;
	height: 35px;
	position: absolute;
	top: 0;
	left: -21px;
	text-align: center;
	margin-top: -37px;
	padding: 6px 0px;
	font-style: normal;
	z-index: 2;
	display: none;
}

</style>