/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../img/tooltips/tooltip.png);
	padding:25px 25px 35px 45px;
	font-size:12px;
	width:227px;
	height:220px;
	color:#000;	
}

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
