.stickytooltip{
	border-radius:10px;
display:none;
position:absolute;
background:white;
color:#001287;
z-index:3000;
float:left;
padding-top:4px;
}

/*  popisek pod fotkama
.stickytooltip .stickystatus{ 
background:#001287;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}
*/
.stickytooltip2{
	background-image:url(images/backback2.png);
box-shadow: 5px 5px 8px #ffffff; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #ffffff;
-moz-box-shadow: 5px 5px 8px #ffffff;
	border-radius:10px;
display:none;
position:absolute;
border:3px solid red; /*Border around tooltip*/
background:white;
color:#001287;
z-index:3000;
float:left;
padding-top:4px;
}