
jQuery.noConflict();
  
jQuery(document).ready(function()  {

	jQuery('ul.activity_list li a.wwfm').qtip({
	   style: { 
	      	width: 300,
	      	padding: 5,
			'font-size': 12, 
			'padding-left': 80, 
			'background-image': 'url(/skin/wwfm.jpg)',
			'background-repeat': 'no-repeat', 
			'background-position': '10px center', 
			background: '#FAC113',
	      	color: 'black',
	      	border: {
	         	width: 7,
	         	radius: 5,
	         	color: '#d4a61a'
	  	  	}
	   	}	,
			position: {
		      corner: {
		         target: 'topRight',
		         tooltip: 'bottomLeft'
		      }
		   	}
	});


	jQuery('ul.activity_list li a.pfc').qtip({
	   style: { 
	      	width: 300,
	      	padding: 5,
			'font-size': 12, 
			'padding-left': 80, 
			'background-image': 'url(/skin/pfc.jpg)',
			'background-repeat': 'no-repeat', 
			'background-position': '10px center', 
			background: '#FAC113',
	      	color: 'black',
	      	border: {
	         	width: 7,
	         	radius: 5,
	         	color: '#d4a61a'
	  	  	}
	   	}	,
			position: {
		      corner: {
		         target: 'topRight',
		         tooltip: 'bottomLeft'
		      }
		   	}
	});


	jQuery('ul.activity_list li a.algff').qtip({
	   style: { 
	      	width: 300,
	      	padding: 5,
			'font-size': 12, 
			'padding-left': 80, 
			'background-image': 'url(/skin/algff.jpg)',
			'background-repeat': 'no-repeat', 
			'background-position': '10px center', 
			background: '#FAC113',
	      	color: 'black',
	      	border: {
	         	width: 7,
	         	radius: 5,
	         	color: '#d4a61a'
	  	  	}
	   	}	,
			position: {
		      corner: {
		         target: 'topRight',
		         tooltip: 'bottomLeft'
		      }
		   	}
	});


	jQuery('ul.activity_list li a.scs').qtip({
	   style: { 
	      	width: 300,
	      	padding: 5,
			'font-size': 12, 
			'padding-left': 80, 
			'background-image': 'url(/skin/scs.jpg)',
			'background-repeat': 'no-repeat', 
			'background-position': '10px center', 
			background: '#FAC113',
	      	color: 'black',
	      	border: {
	         	width: 7,
	         	radius: 5,
	         	color: '#d4a61a'
	  	  	}
	   	}	,
			position: {
		      corner: {
		         target: 'topRight',
		         tooltip: 'bottomLeft'
		      }
		   	}
	});


	jQuery('ul.activity_list li a.cel').qtip({
	   style: { 
	      	width: 300,
	      	padding: 5,
			'font-size': 12, 
			'padding-left': 80, 
			'background-image': 'url(/skin/cel.jpg)',
			'background-repeat': 'no-repeat', 
			'background-position': '10px center', 
			background: '#FAC113',
	      	color: 'black',
	      	border: {
	         	width: 7,
	         	radius: 5,
	         	color: '#d4a61a'
	  	  	}
	   	}	,
			position: {
		      corner: {
		         target: 'topRight',
		         tooltip: 'bottomLeft'
		      }
		   	}
	});

});
