
$('#tooltipimage').css("display","block");
$('#tooltipimage').qtip({
    show: 'mouseover',
    hide: 'mouseout',
    position: { 
        corner: { 
            target: 'topRight', 
            tooltip: 'bottomLeft' 
        }
    },
    content: {
        text: '"I\'ve sent these PJs to at least five different people and they all LOVE them. Not only are they silky soft and super comfortable, but they\'ve got that little something extra that makes women feel beautiful."<br /><br />-Angela, Pajama Counselor',
        title: { 
            text: 'Our Gift Counselor Says...'
        }
    },
    style: { 
        title: { 
            fontFamily: 'Arial',
            fontSize: '15pt',
            background: '#9FA8DF'
        },
        border: {
            width: 1,
            radius: 3,
            color: '#8F8F9F'
        },
        fontStyle: 'italic',
        fontSize: '14pt',
        fontFamily: 'Arial',
        width: 300,
        tip: 'bottomLeft'
    }
 });
 