#men {
	background: url(../i/men/bg.gif) repeat-x center;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

#men img {
	margin: 0 10px;
	border: none;
}

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../i/tooltip.png);
	background-repeat: no-repeat;
	width: 157px;
	height: 97px;
	display: none;
	cursor: pointer;
	cursor: hand;
	padding: 10px;
	color: #FFFFFF;
}

.tooltip h4 {
	font: italic bold 12px Arial;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	width: 127px;
}

.tooltip p {
	font: 10px Arial;
	padding: 0;
	margin: 0;
}