#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: 10px solid #ffffff;
	position: absolute;
	width: 500px; /* CHANGE */
	height: 254px; /* CHANGE */
	-moz-box-shadow:    3px 3px 5px 3px #333333;
  -webkit-box-shadow: 3px 3px 5px 3px #333333;
  	box-shadow:         3px 3px 15px 3px #333333;
}

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

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