#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fkn-synopsis{
	border: 1px solid #ccc;
	background-color: #f6fcfc;
	padding: 18px;
	opacity: 0.95;
	width:250px;	
}

#tooltip.fkn-icon{
	width:142px;
}
/*
#tooltip.fkn-icon{
	width:142px;
}
#tooltip.fkn-icon{
	width:142px;
}
*/

#tooltip h3{
	font-size: 11px;
	font-weight: normal;
}
