.flickrTag_container {
	position: relative;
}

.flickrTag_tooltip {
	position: absolute;
	overflow: hidden;
	border: none;

	font-family: sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: black;

	margin: 0px;
	padding: 5px;
	width: 250px;

	background:transparent url(../images/top.gif) no-repeat scroll left top;
}

.flickrTag_tooltip .text {
	background: #333;

	border: 1px solid #ccc;
	/* border-top: none; */
	color: #fff;

	margin: 0px;
	margin-top: 5px;
	padding: 10px;
	-moz-border-radius-topright: 5px;	
	-moz-border-radius-topleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px; 
-webkit-border-top-right-radius: 5px;
border: none;  margin: 0;
}
