﻿$("#pci-gif").qtip({
	style: { 
      width: 140,
      padding: 5,
      textAlign: 'left',
      fontSize: 11,
      tip: 'topMiddle',
      name: 'light' 
   },
	position: { corner: { target: 'center', tooltip: 'topMiddle'}},
	content: '<u>Pin&nbsp;&nbsp;&nbsp;Voltage (Color)</u><BR>&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;+12V1 (Yellow)<BR>&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;+12V1 (Yellow)<BR>&nbsp;3&nbsp;&nbsp;&nbsp;&nbsp;+12V1 (Yellow)<BR>&nbsp;4&nbsp;&nbsp;&nbsp;&nbsp;COM (Black)<BR>&nbsp;5&nbsp;&nbsp;&nbsp;&nbsp;COM (Black)<BR>&nbsp;6&nbsp;&nbsp;&nbsp;&nbsp;COM (Black)',
	show: 'mouseover',
	hide: 'mouseout'
})
