/* Island Exploration ---------------------------------------*/
.IslandExplorationContainer {
	background: url('/img/e1/t1/exploration.BG.jpg') no-repeat top center;
	width: 100%;
}

.IslandExploration {	
	background: url('/img/e1/t1/exploration.InsideBG.jpg') no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: 648px;
}

.Description {
	position: absolute;
	width: 260px;
	height: 85px;
	margin: 87px 0px 0px 37px;
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #000000;
}

.PirateMonkey {
	width: 70px;
	height: 100px;
	position: absolute;
		top: 0px;
		right: 0px;
}

.PirateMonkeyHover {
	background: url('/img/e1/t1/expl.games.png') no-repeat;
	width: 97px;
	height: 40px;
	position: absolute;
		top: 7px;
		right: -80px;	
	behavior: url('/css/e1/t1/iepngfix.htc');
	display: none;
}

.PirateMonkeyCS {
	border: 3px solid yellow;
	background: url('/img/e1/t1/exploration.PMCS.jpg');
	width: 768px;
	height: 593px;
	position: absolute;
	top: 10px;
	left: 91px;
	display: none;
	z-index: 1000;
}

.TikimonPortal {
	width: 115px;
	height: 230px;
	position: absolute;
	top: 226px;
	left: 130px;
}

.TikimonPortalHover {
	background: url('/img/e1/t1/exploration.TikimonPortal.gif');
	width: 189px;
	height: 140px;
	position: absolute;
	margin: 327px 0px 0px 250px;
	display: none;
}

.TikimonPortalCS {
	border: 3px solid yellow;
	background: url('/img/e1/t1/exploration.TPCS.jpg');
	width: 768px;
	height: 608px;
	position: absolute;
	top: 10px;
	left: 91px;
	display: none;
	z-index: 1000;
}

.DolphinDisco {
	width: 88px;
	height: 70px;
	position: absolute;
		top: 330px;
		right: 0px;
}

.DolphinDiscoHover {
	background: url('/img/e1/t1/expl.download.png') no-repeat;
	width: 90px;
	height: 21px;
	position: absolute;
		top: 320px;
		right: -40px;
	display: block;
	behavior: url('/css/e1/t1/iepngfix.htc');
}

.DolphinDiscoCS1 {
	border: 3px solid yellow;
	background: url('/img/e1/t1/exploration.DDCS1.jpg');
	width: 768px;
	height: 593px;
	position: absolute;
	top: 10px;
	left: 91px;
	display: none;
	z-index: 1000;
}

.DolphinDiscoCS2 {
	border: 3px solid yellow;
	background: url('/img/e1/t1/exploration.DDCS2.jpg');
	width: 768px;
	height: 593px;
	position: absolute;
	top: 10px;
	left: 91px;
	display: none;
	z-index: 1000;
}
/*-----------------------------------------------------------*/

/* Friend's Bay 2/12/08 -------------------------------------*/
.CloudInfo {
	width: 291px;
	height: 130px;
	padding: 35px 25px 0px 25px; 
	position: absolute;
		top: 212px;
		left: 243px;
	background: url('/img/e1/t1/exploration_cloudbg2.png');
	behavior: url('/css/e1/t1/iepngfix.htc');
	text-align: center;
	font: bold 14px/16px 'Arial','Sans-Serif';
	color: #7D1C66;
	display: none;
}

.FriendsBayTitle {
	width: 425px;
	height: 90px;
	position: absolute;
		top: 120px;
		left: -30px;
}

.StarfishAveLink {
	width: 120px;
	height: 60px;
	position: absolute;
		top: 135px;
		right: 75px;
}

.LotusOdeonLink {
	width: 210px;
	height: 60px;
	position: absolute;
		top: 15px;
		right: 160px;
}
/*-----------------------------------------------------------*/