jQuery.noConflict();

jQuery(document).ready(function(){
	
	// call to action links
	jQuery("a.callToActionLink").each(function(){
		jQuery(this).css({"height":jQuery(this).parent(".callToAction").height() - 8});
	});
	
	
});
