$(document).ready(function(){

$('.tip').bgiframe();



$('.tip').bt({
 
  fill: 'rgba(245, 245, 245, 0.9)',
  strokeStyle: 'rgba(121, 16, 17, 0.9)',
  positions: 'bottom',
  width:            '200px',
  positions:        ['right', 'bottom'],
  cssStyles: {color: '#464646', lineHeight: '1.5em'}
  
});

});

