$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$(".about_price").colorbox();
	//Example of preserving a JavaScript event for inline calls.
});
