.popup-small {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	font-size: .8em;
	
}

.popup-small td.corner {
	height: 15px;
	width: 19px;
}

.popup-small td#topleft { 
	background-image: url(/i/bubble/bubble-1.gif); 
} 

.popup-small td.top { 
	background-image: url(/i/bubble/bubble-2.gif); 
}

.popup-small td#topright { 
	background-image: url(/i/bubble/bubble-3.gif); 
}

.popup-small td.left { 
	background-image: url(/i/bubble/bubble-4.gif); 
}

.popup-small td.right { 
	background-image: url(/i/bubble/bubble-5.gif); 
}

.popup-small td#bottomleft { 
	background-image: url(/i/bubble/bubble-6.gif); 
}

.popup-small td.bottom { 
	background-image: url(/i/bubble/bubble-7.gif); 
	text-align: center;
}

.popup-small td.bottom img { 
	display: block; 
	margin: 0 auto; 
}

.popup-small td#bottomright { 
	background-image: url(/i/bubble/bubble-8.gif); 
}

.popup-small td#center { 
	background-color:white;
}

