$(document).ready(function() {

	// qTip
	
	$("span#cvc-tip").qtip({
		content: '<img src="images/cvc_code_small.gif" alt="cvc code" />'
	});

});