balloonClass.prototype.styleSet = {
	hover  : {
		backgroundColor : '#dfdfdf'
	}
}
balloonClass.prototype.header = {
	notes  : '<ul class="balloonULA01"><li>'
}
balloonClass.prototype.footer = {
	notes  : '</li></ul>'
}
balloonClass.prototype.joint = {
	notes  : '</li><li>'
}
balloonClass.prototype.offsetX = 6;
balloonClass.prototype.offsetY = 14;
