﻿ $("#mech-ps2atx").qtip({
	style: { 
      width: 475,
      padding: 5,
      textAlign: 'center',
      tip: 'leftMiddle',
      fontSize: 11,
      name: 'light' 
   },
	position: { corner: { target: 'center', tooltip: 'leftMiddle'}},
  content: {
    url: 'images/mechanical/mech-ps2atx.html' 
  },
	show: 'mouseover',
	hide: 'mouseout'
})
