/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(./../../obrazy/tooltip/black_arrow_middle.png);
	font-size:12px;
	height:115px;
	width:229px;
	padding:25px;
	color:#fff;
}

/* style the trigger elements */
.ttip {
	border:0;
	cursor:pointer;
/*	margin:0 8px;*/
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(./../../obrazy/tooltip/black_arrow_middle_bot.png);
	padding-top:40px;
	height:100px;
}

a.ttip {display:block;}