$(function(){
	$("#groupFitnessLinks a[title!=''], .classScheduleWrap .classSchTitle a[title!='']").qtip({
		style:{
			fontSize: '11px',
      		lineHeight: '16px',
			color: '#212121',
			border: {
         		width: 1,
         		radius: 2,
         		color: '#9595B1'
      		},
			padding: 10
		},
		position: {
			corner: {
				target: 'leftTop',
				tooltip: 'rightTop'
			}
		},
		show: {
			solo: true,
			delay: 200,
			effect: {
				type: 'fade',
				length: 300
			}
		},
		hide: {
			delay: 150,
			fixed: true,
			effect: {
				type: 'fade',
				length: 300
			}
		}
	});
});
