
$('#tooltipimage').css("display","block");
$('#tooltipimage').qtip({
    show: 'mouseover',
    hide: 'mouseout',
    position: { 
        corner: { 
            target: 'topRight', 
            tooltip: 'bottomLeft' 
        }
    },
    content: {
        text: '"The Forget-Me-Not PJs are really cute, springy, and feminine. They\'re very soft and go nicely with the Green Tea Eye Pillows or the Sakura Green Tea Body Wash."<br /><br />-Carrie, Pajama Counselo',
        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'
    }
 });
 