#imap {
	margin: 10px 0 0 15px;
	display: block;
	width: 226px;
	height: 393px;
	background: url('/images/Pictorials/face.jpg') no-repeat;
	position: relative
}

#imap a#title {
	display: block;
	width: 226px;
	height: 0;
	padding-top: 393px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/images/Pictorials/face.jpg') no-repeat 400px 400px;
	cursor: default
}

#imap a#title:hover {
	background-position: 0 0;
	z-index: 10;
}

#imap dd {
	position: absolute;
	padding: 0;
	margin: 0;
}

#imap #phair {
	left: 90px;
	top: 0px;
	z-index: 20;
}

#imap #peyes {
	left: 60px;
	top: 130px;
	z-index: 20;
}

#imap #pnose {
	left: 95px;
	top: 170px;
	z-index: 20;
}

#imap #pear {
	left: 190px;
	top: 150px;
	z-index: 20;
}

#imap #pmouth {
	left: 60px;
	top: 215px;
	z-index: 20;
}

#imap #pother {
	left: 190px;
	top: 0px;
	z-index: 20;
}

#imap a#hair {
	display: block;
	width: 95px;
	height: 70px;
	background: url('/images/Pictorials/tgif.gif') no-repeat -100px;
	text-decoration: none;
	z-index: 20
}

#imap a#eyes {
	display: block;
	width: 135px;
	height: 40px;
	background: url('/images/Pictorials/tgif.gif') no-repeat -100px;
	text-decoration: none;
	z-index: 20
}

#imap a#nose {
	display: block;
	width: 50px;
	height: 45px;
	background: url('/images/Pictorials/tgif.gif') no-repeat -100px;
	text-decoration: none;
	z-index: 20
}

#imap a#ear {
	display: block;
	width: 36px;
	height: 85px;
	background: url('/images/Pictorials/tgif.gif') no-repeat -100px;
	text-decoration: none;
	z-index: 20
}

#imap a#mouth {
	display: block;
	width: 105px;
	height: 90px;
	background: url('/images/Pictorials/tgif.gif') no-repeat -100px;
	text-decoration: none;
	z-index: 20
}

#imap a#other {
	display: block;
	width: 36px;
	height: 22px;
	background: url('/images/Pictorials/tgif.gif') no-repeat -100px;
	text-decoration: none;
	z-index: 20
}

#imap a span, #imap a:visited span {
	display: none;
}

#imap a#hair:hover, #imap a#eyes:hover, #imap a#nose:hover, #imap a#ear:hover,
	#imap a#mouth:hover, #imap a#other:hover {
	background-position: 0 0;
}

#imap a:hover span {
	position: absolute;
	width: auto;
	display: block;
	font-size: 12px;
	background: transparent;
	border: 0px;
	white-space: nowrap;
}

/* move the span text to a common position at the bottom of the image map */
#imap a#hair:hover span {
	left: 160px;
	top: 25px;
}

#imap a#eyes:hover span {
	left: 190px;
	top: -105px;
}

#imap a#nose:hover span {
	left: 155px;
	top: -145px;
}

#imap a#ear:hover span {
	left: 60px;
	top: -125px;
}

#imap a#mouth:hover span {
	left: 190px;
	top: -190px;
}

#imap a#other:hover span {
	left: 60px;
	top: 25px;
}

@media only screen and (max-width: 799px) {
	#imap a#hair:hover span {
		left: -30px;
		top: 4px;
	}
	#imap a#eyes:hover span {
		left: -10px;
		top: -70px;
	}
	#imap a#nose:hover span {
		left: -30px;
		top: 0px;
	}
	#imap a#ear:hover span {
		left: -60px;
		top: -20px;
	}
	#imap a#mouth:hover span {
		left: -20px;
		top: -10px;
	}
	#imap a#other:hover span {
		left: -97px;
		top: 5px;
	}
}