
.bubbleInfo {
	position: relative;
	width: 35px;
}

.fb {
	top: 1px;
	left: 1px;
}
.twitter {
	top: 1px;
	left: 36px;
}
.posterous {
	top: 1px;
	left: 71px;
}
.foursquare {
	top: 1px;
	left: 106px;
}
.linkedin {
	top: 1px;
	left: 141px;
}
.emberapp {
	top: 1px;
	left: 176px;
}
.email {
	top: 1px;
	left: 211px;
	position: relative;
	width: 170px;
}

.trigger {
	position: absolute;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width: 128px; 
	height: 30px;
	padding: 11px 0 0 0;
	text-align: center;
	background: url(../images/bubble.png) no-repeat;
	color: #999999; 
	text-shadow: 1px 1px 1px #000000;
}



