/* classes for tooltips */

.hovertip {
	background: none repeat scroll 0% 0% #d3e3f6;
	padding: 10px; 
	border: 1px #ccc outset;
	display: none; 
	z-index: 9000;
}

.hovertip h1 {
	background-color: #336699;
	color: white !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 2px !important;
	text-align: center;
}

.hovertip img {
	width:374px;
}


#b1 {
	position: absolute; 
	width: 400px; 
	top: 30px; 
	left: 260px; 
	z-index: 9000;
}

#b2 {
	position: absolute; 
	width: 400px; 
	top: -70px; 
	left: 200px; 
	z-index: 9000;
}

#b3 {
	position: absolute; 
	width: 400px; 
	top: -10px; 
	left: 60px; 
	z-index: 9000;
}

#b4 {
	position: absolute; 
	width: 700px; 
	top: -70px; 
	left: 10px; 
	z-index: 9000;
}

#b4 img {
	width:674px;
}
