.tip {
	color: #136990;
	width: 172px;
	z-index: 13000;
}
.tip-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(/images/tip/bubble.png) top left;
	text-align: center;
}
.tip-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: url(/images/tip/bubble.png) bottom right;
	text-align: center;
}
.tip-text a{
	color:#FFF;
	text-decoration:none;
}
.tip-text a:hover {
	color:#136990;
	text-decoration:none;
}

.fotoitiner .tip-title {
	display:none;
}
.fotoitiner .tip-text {
	color:white;
}