.divNaDymek {
    position: relative;
    margin-top: 30px;
}

#prawyDymek { 
	display: none;
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 0;
	width: 226px;
	font-size: 12px;
	color: #666666;
	background: url('gfx/bubble_top.gif') no-repeat right top;
}


#prawyDymek p {
	margin: 10px 0;
	padding: 0 10px 20px 27px;
	background: url('gfx/bubble_btm.gif') no-repeat right bottom;
}

#lewyDymek { 
	display: none;
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 0;
	width: 226px;
	font-size: 12px;
	color: #666666;
	background: url('gfx/bubble_top2.gif') no-repeat right top;
}


#lewyDymek p {
	margin: 7px 0;
	margin-right: 16px;
	padding: 0 10px 10px 15px;
	background: url('gfx/bubble_btm.gif') no-repeat right bottom;
}