/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#tips  img {
	float:left;
	margin:10px 0px 10px 10px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:120px;
	height:80px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
