/* ANCESTOR PHOTO GALLERY */
	#gallery {
	position: absolute;
	background-color: #fff;
	width: 216px;
	top: 69px;
	left: 643px;
	height: 127px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #ccc;
		border-width: 2px;
	}
	#gallery ul a:hover img {
		border: 2px solid #71b0e0;
		border-width: 2px;
		color: #fff;
	}
	#gallery ul a:hover { color: #ccc; }
	#gallery ul a { text-decoration:none; }
	

/* Sub infro: reserve, availability, view floor plan. */

	.suiteActions {
	position: absolute;
	background-color: #fff;
	top: 175px;
	left: 448px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	}
	.suiteActions ul { list-style: none; padding-left: 3px; margin-left: -15px; margin: 0px; }
	.suiteActions li { display: inline;}
	

