.toolTip {
	position: absolute;
	top: 200px;
	right: 50px;
	background-image: url(../exportmedia/tooltip_bg.png);
	background-repeat: no-repeat;
	z-index: 4;
	width: 520px;
	height: 50px;
	display: none;
	
	
}

.toolTip p {
	position: absolute;
	bottom: 16px;
	left: 13px;
	font-family: verdana;
	font-size: 14px;
	color: #dbdbdb;

	}
/* Holds all the little saying buttons on our big sliding images*/
#tool_tip_container {
	position: absolute;
	bottom: 0;
	left: 18px;
	width: 957px;
	height: 40px;
	background-image: url(../exportmedia/menu_bg.png);
	background-repeat: repeat;
}

#private_text,
#beach_text,
#club_text,
#living_text {
	width: 120px;
	position: relative;
	float: left;
	height: auto;
	/*background-image: url(../exportmedia/little_arrow.png); */
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

#club_text {
	width: 100px;
}

#private_text p,
#beach_text p,
#club_text p,
#living_text p {
	font-family: verdana;
	font-size: 18px;
	color: #d6d6d6;
	margin: 6px;
	width:  auto;
	margin-left: 15px;
	font-weight: 800;

}
