// JavaScript Document
$(function(){
	$('.color-i').qtip({
		content: 'This diamond is a member of the near colorless category (G,H,I,J color grades).  It will show warm color from the backside of the diamond and this color is sometimes detectable to the eye. An "I" color diamond "Faces" warm and brilliant through the front or top of the diamond. This diamond is still white enough to be set in platinum or white gold.',
		show: 'mouseover',
		hide: 'mouseout',			
		style: {			
			name:'light',
			tip: 'leftMiddle',
			textAlign: 'left'
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}		
	});
	$('.clarity-i1').qtip({
		content: 'Included - Inclusions are easily seen to the unaided eye and sometime greatly affect the brilliance of a diamond. Some I1 diamonds can still be quite beautiful looking',
		show: 'mouseover',
		hide: 'mouseout',			
		style: {			
			name:'light',
			tip: 'leftMiddle',
			textAlign: 'left'
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}		
	});
	$('.quality-good').qtip({
		content: 'Diamond studs that receive an overall "Good" quality grade means that these diamonds offer the most in size, color, and clarity at a minimum price. We\'ve chosen these diamonds because they offer a generous amount of brilliance with great savings. These are our best selling diamond studs.',
		show: 'mouseover',
		hide: 'mouseout',			
		style: {			
			name:'light',
			tip: 'leftMiddle',
			textAlign: 'left'
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}		
	});
	$('.color-h').qtip({
		content: 'This diamond is a member of the near colorless category (G,H,I,J color grades).  It will show small amounts of color from the backside of the diamond and this color is slightly detectable to the eye. An "H" color diamond "Faces" clear and white when viewed through the front or top of the diamond.',
		show: 'mouseover',
		hide: 'mouseout',			
		style: {			
			name:'light',
			tip: 'leftMiddle',
			textAlign: 'left'
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}		
	});
	$('.clarity-si2').qtip({
		content: 'This diamond has a Slightly Included clarity grade.  This means that under 10x\'s magnification the diamond will usually have several inclusions that can be seen somewhat easily.  The inclusions are almost never seen to the naked eye, however sometimes you can just barely pick them up with unaided eye.',
		show: 'mouseover',
		hide: 'mouseout',			
		style: {			
			name:'light',
			tip: 'leftMiddle',
			textAlign: 'left'
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}		
	});
	$('.quality-very-good').qtip({
		content: 'Diamond stud earrings that receive an overall quality grade of "Very Good" do so because they offer the finest in color and clarity. These diamonds have been chosen to satisfy even the most discriminating jewelry buyer. You can expect to receive the most brilliant quality when purchasing these.',
		show: 'mouseover',
		hide: 'mouseout',			
		style: {			
			name:'light',
			tip: 'leftMiddle',
			textAlign: 'left'
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}		
	});	
});
