#plan {
	display: block;
	width: 600px;
	height: 200px;
	background:url(images/theBoat/theBoat_plan_2.gif) no-repeat center;
	position: relative;
}
/*------------ Hotspots --------------*/
#plan dd {
	position: absolute;
	padding: 0;
	margin: 0;
}
/* flybridge 01 */
#plan #imap01 {
	left: 184px;
	top: 41px;
	z-index: 20;
}
#plan a#flybridge01 {
	display: block;
	width: 55px;
	height: 88px;
	background: url(images/theBoat/interior_imap_bridge01.gif) -100px -100px no-repeat;
	text-decoration: none;
	z-index: 10px;
}
#imap01 a span {
	display: none;
}
#plan a#flybridge01:hover {
	background-position: 0 0;
}
#plan a#flybridge01:hover span {
	left: -181px;
	top: 107px;
}
/* flybridge 2 */
#plan #imap02 {
	left: 236px;
	top: 41px;
	z-index: 20;
}
#plan a#flybridge02 {
	display: block;
	width: 64px;
	height: 88px;
	background: url(images/theBoat/interior_imap_bridge02.gif) -100px -100px no-repeat;
	text-decoration: none;
	z-index: 10px;
}
#imap02 a span {
	display: none;
}
#plan a#flybridge02:hover {
	background-position: 0 0;
}
#plan a#flybridge02:hover span {
	left: -233px;
	top: 107px;
}


#plan a:hover span {
	position: absolute;
	width: 600px;
	height: 200px;
	display: block;
	background: #FFFFFF;
}
#plan a:hover span img {
	float: right;
	margin-top: 25px;
	padding-left: 10px;
	border: none;
}


