//Logo Tooltips On Front Page -> This file is included on header-homepage.php only
var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j('.krain-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomLeft'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#000099',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#000099'
			},
			tip: 'bottomLeft',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.orbit-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomLeft'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#07135b',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#07135b'
			},
			tip: 'bottomLeft',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.baccara-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomLeft'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#9d080c',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#9d080c'
			},
			tip: 'bottomLeft',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.messner-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomLeft'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#fe4801',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#fe4801'
			},
			tip: 'bottomLeft',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.aqua-control-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomMiddle'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#025f7e',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#025f7e'
			},
			tip: 'bottomMiddle',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.kasco-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomRight'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#2b3552',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#2b3552'
			},
			tip: 'bottomRight',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.vir-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomRight'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#000084',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#000084'
			},
			tip: 'bottomRight',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
	$j('.garbin-logo[title]').qtip({
		position: {
					adjust: { x: 0, y: -2 },
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomRight'
					}
		},
		style: { 
			width: 200,
			padding: 5,
			background: '#107329',
			color: 'white',
			textAlign: 'center',
			border: {
				width: 0,
				radius: 10,
				color: '#107329'
			},
			tip: 'bottomRight',
			name: 'cream' // Inherit the rest of the attributes from the preset dark style
		}
	})
	
})
