#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	color:#000 !important;
	width:200px;
	padding: 10px 15px;
}

#tooltip.icon-tooltip{
	width:auto;
}

#tooltip.img-wrap{
	width:auto;
	text-align:center;
}
	
#tooltip h3, #tooltip div { margin: 0; padding:0;color:#000 !important;font-weight:normal;font-size:100%;}


#tooltip.pretty {
	border: 0;
	width: 325px;
	padding:30px;
	height: 279px;
}
#tooltip.fancy {
	background: url('/js/tooltip/shadow2.png') no-repeat;
	padding-top: 65px;
	height: 299px;
	overflow:hidden;
}
#tooltip.fancy.viewport-right {
	background: url('/js/tooltip/shadow2-reverse.png') no-repeat;
}
