.bubbleInfo {
	position: absolute;
}

.trigger {
	position:absolute;
	display:block;
	width:390px;
	height:350px;
	text-decoration:none;
	cursor:pointer;
}

.popup {
		position: absolute;
		display: none;
		z-index: 50;	
		width:100px;
}

.popup a {
	text-decoration:none;
	width:100px;
	height:50px;
}

.popup h4 a, .popup h5 a {
	color:#000;
}

.popup h4 {
	height:39px;
}

.popup h5 {
	height:23px;
}

.links .trigger {
	width:105px;
	height:440px;
	margin-top:-70px;
	margin-left:160px;
}

.links .popup {
	margin-left:-265px;
	margin-top:150px;
}