$(document).ready(function(){
							 
	$("#imgRTS").qtip({
	  content: $("#divInfoRTS").html(),
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { border: {
		 width: 0,
		 radius: 0,
		 color: '#660000'
			},width: 528, height: 250
		},
	   hide: { fixed: true, delay: 500 },
	   position: {
		  corner: {
			 target: 'bottomLeft',
			 tooltip: 'topLeft'
		  },
		  adjust: {
			x: -47,
			y: 0
		  }
	   },
	   show: { effect: {type: 'fade', length: 500 }, delay: 0 }

	   });
	
	
	$("#imgKyrocera").qtip({
	  content: $("#divInfoKyrocera").html(),
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { border: {
		 width: 0,
		 radius: 0,
		 color: '#660000'
			},width: 528, height: 250
		},
	   hide: { fixed: true, delay: 500 },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'topMiddle'
		  }, 
		   adjust: {
			x: 33,
			y: 0
		  }
	   },
	   show: { effect: {type: 'fade', length: 500 }, delay: 0 }

	   });
	
	
	$("#imgMidAmericaWeb").qtip({
	  content: $("#divMidAmericaWeb").html(),
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { border: {
		 width: 0,
		 radius: 0,
		 color: '#660000'
			},width: 528, height: 250
		},
	   hide: { fixed: true, delay: 500 },
	   position: {
		  corner: {
			 target: 'bottomRight',
			 tooltip: 'topRight'
		  }, 
		   adjust: {
			x: 129,
			y: 0
		  }
	   },
	   show: { effect: {type: 'fade', length: 500 }, delay: 0 }

	   });
	
	
	$("#imgDesignYourPC").qtip({
	  content: $("#divDesignYourPC").html(),
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { border: {
		 width: 0,
		 radius: 0,
		 color: '#660000'
			},width: 528, height: 250
		},
	   hide: { fixed: true, delay: 500 },
	   position: {
		  corner: {
			 target: 'bottomRight',
			 tooltip: 'topRight'
		  }, 
		   adjust: {
			x: 18,
			y: 0
		  }
	   },
	   show: { effect: {type: 'fade', length: 500 }, delay: 0 }

	   });

});