//rollaramp

//FRPP[X
//r4u
$(document).ready(function() {
        $('#r4u').qtip({
            content : '<div><img src="/imgdir/about_frp/r4u.jpg" /></div>',
            position: {
                corner: {
					
                    target: 'topRight',
                    tooltip: 'leftBottom'
                }
            },
            style: {
			    width: '300px',
                tip: 'bottomLeft',
				background: '#fff',
				margin: '0' ,
				padding: '0' ,
             border: { width: 0, radius:4, color: '#3399CC' }
             ,
             show: 'mouseover',
			 hide: { when: { event: 'mouseout'}, delay: 1500 }
            }
        });
});

