* {
padding:0;
}

.bubbleInfo {
	position: relative;
}
.trigger {
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	font-size: .8em;
}


.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { 
	background-image: url(/img/default/bubble/bubble-1.gif); 
} 
.popup td.inn { 
	background-color: #fff; 
} 

.popup td.top { 
	background-image: url(/img/default/bubble/bubble-2.gif); 
}

.popup td#topright { 
	background-image: url(/img/default/bubble/bubble-3.gif); 
}

.popup td.lleft { 
	background-image: url(/img/default/bubble/bubble-4.gif); 
}

.popup td.lright { 
	background-image: url(/img/default/bubble/bubble-5.gif); 
}

.popup td#bottomleft { 
	background-image: url(/img/default/bubble/bubble-6.gif); 
}

.popup td.bottom { 
	background-image: url(/img/default/bubble/bubble-7.gif); 
	text-align: center;
}

.popup td.bottom img { 
	display: block; 
	margin: 0 auto; 
}

.popup td#bottomright { 
	background-image: url(/img/default/bubble/bubble-8.gif); 
}
