/* tooltip styling. by default the element to be styled is .tooltip  */
/*.tooltip {
    display: none;
    background: url(../img/layout/tooltip/black_arrow_big.png) 0 0 no-repeat;
    font-size: 12px;
    line-height: 14px;
    height: 130px;
    width: 210px;
    padding: 15px 20px 30px;
    color: #fff;
}

.jktip {
	display: none;
    background: url(../img/layout/tooltip/black_arrow_big.png) 0 0 no-repeat;
    font-size: 12px;
    line-height: 14px;
    height: 130px;
    width: 210px;
    padding: 15px 20px 30px;
    color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}*/
