$(document).ready(function() {
  
 
  
  $('img#yardsign').qtip({
   content: '<img src="http://www.flipthishouse2010.net/images/yardsign_500.jpg" width="500" alt="Yard Sign" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 520,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#eventpak').qtip({
   content: '<img src="http://www.flipthishouse2010.net/images/eventpak.jpg"  width="500" alt="Button" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'rightMiddle',
         tooltip: 'leftMiddle'
      },
	  adjust: {
         y: -20
       
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 530,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
 $('img#feature').qtip({
   content: '<img src="http://www.flipthishouse2010.net/images/featuredText.gif"  width="350" alt="Featured" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         y: -20
       
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 370,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })

});
