﻿/* destination search */
.cmsPanelBlackBody ul {
	background: url(../Images/destination_map.png) no-repeat;
	position: relative;
	width: 284px;
	height: 142px;
}

.cmsPanelBlackBody ul li {
	position: absolute;
	list-style-type: none;
	display: block;
	z-index: 10;
}

.cmsPanelBlackBody ul li a {
	display: block;
}

/* image map */
.cmsPanelBlackBody #northAmerica {
	top: 21px;
	left: 0px;
}

.cmsPanelBlackBody #northAmerica, 
.cmsPanelBlackBody #northAmerica a {
	width: 87px;
	height: 59px;
}

.cmsPanelBlackBody #caribbean {
	top: 72px;
	left: 63px;
	z-index: 100;
}

.cmsPanelBlackBody #caribbean,
.cmsPanelBlackBody #caribbean a {
	width: 20px;
	height: 10px;
}

.cmsPanelBlackBody #southAmerica {
	top: 80px;
	left: 58px;
}

.cmsPanelBlackBody #southAmerica, 
.cmsPanelBlackBody #southAmerica a {
	width: 45px;
	height: 60px;
}

.cmsPanelBlackBody #australia {
	left: 215px;
	top: 100px;
	z-index: 100;
}

.cmsPanelBlackBody #australia, 
.cmsPanelBlackBody #australia a {
	width: 32px;
	height: 30px;
}

.cmsPanelBlackBody #newLealandPacificIslands {
	left: 237px;
	top: 94px;
}

.cmsPanelBlackBody #newLealandPacificIslands,
.cmsPanelBlackBody #newLealandPacificIslands a {
	width: 43px;
	height: 39px;
}

.cmsPanelBlackBody #asia {
	left: 180px;
	top: 50px;
}

.cmsPanelBlackBody #asia,
.cmsPanelBlackBody #asia a {
	width: 59px;
	height: 51px;
}

.cmsPanelBlackBody #africa {
	left: 115px;
	top: 62px;
}

.cmsPanelBlackBody #africa,
.cmsPanelBlackBody #africa a {
	width: 55px;
	height: 57px;
}

.cmsPanelBlackBody #middleEastAndIndianOcean {
	left: 160px;
	top: 63px;
	z-index: 100;
}

.cmsPanelBlackBody #middleEastAndIndianOcean,
.cmsPanelBlackBody #middleEastAndIndianOcean a {
	width: 27px;
	height: 30px;
}

.cmsPanelBlackBody a:hover {
	background: url(../Images/destination_map.png) no-repeat;
}

.cmsPanelBlackBody #northAmerica a:hover {
	background-position: -1px -164px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #caribbean a:hover {
	background-position: -64px -215px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #southAmerica a:hover {
	background-position: -59px -223px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #australia a:hover {
	background-position: -216px -243px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #newLealandPacificIslands a:hover {
	background-position: -238px -274px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #asia a:hover {
	background-position: -181px -193px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #africa a:hover {
	background-position: -116px -205px;
	border: solid 1px #c9ffee;
}

.cmsPanelBlackBody #middleEastAndIndianOcean a:hover {
	background-position: -161px -206px;
	border: solid 1px #c9ffee;
}
