// JavaScript Document

$(document).ready(function() {
													 
													 

$('a.showIMG').cluetip({
fx: {
open:       'fadeIn', // can be 'show' or 'slideDown' or 'fadeIn'
openSpeed:  '100'
},	
		
hoverIntent: {
sensitivity:  3,
interval:     50,
timeout:      0
},
	
cluezIndex:       999999,
positionBy:       'bottomTop',
showTitle:        true,
attribute:        'rel',
titleAttribute:   'title',
width:            330,
height:           'auto',
cluetipClass: 'rounded', 
 dropShadow: false, 
   topOffset:        0, 
	 leftOffset:       15,
arrows:			false
	
});



$('.tips').cluetip({
fx: {
open:       'fadeIn', // can be 'show' or 'slideDown' or 'fadeIn'
openSpeed:  '100'
},	
	
hoverIntent: {
sensitivity:  3,
interval:     50,
timeout:      0
},
											 
cluezIndex:       999999,
positionBy:       'auto',
hoverClass:     '.CT',
showTitle:        true,
attribute:        'rel',
titleAttribute:   'title',
splitTitle:				'|',
width:            220,
height:           'auto',
cluetipClass: 'rounded', 
dropShadow: false, 
  topOffset:        0, 
	leftOffset:       15,
arrows:			true
	
});




$('.tipsz').cluetip({
fx: {
open:       'fadeIn', // can be 'show' or 'slideDown' or 'fadeIn'
openSpeed:  '100'
},	
	
hoverIntent: {
sensitivity:  3,
interval:     50,
timeout:      0
},
											 
cluezIndex:       999999,
positionBy:       'auto',
hoverClass:     '.CT',
showTitle:        true,
attribute:        'rel',
titleAttribute:   'title',
splitTitle:				'|',
width:            90,
height:           'auto',
cluetipClass: 'rounded', 
dropShadow: false, 
  topOffset:        0, 
	leftOffset:       15,
arrows:			true
	
});



});
