/*#tooltips {
	background-color: #ddd;
	padding: 5px;
	width: 200px;
	margin: 200px auto;
	text-align: center;
}
#tooltips a, #tooltips a:link, #tooltips a:visited {
	color: #222;
	font-family: arial;
	font-size: 10pt;
	margin: 0 5px;
}*/
.tip {
	border: 3px solid #444;
	position: absolute;
	width: 560px; /* CHANGE */
	height: 220px; /* CHANGE */
}

.tip img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.tip img:first-child {
	opacity: 1;
}