// JavaScript Document
$(document).ready(function () {
	//alert("doc ready!");
	$('.cbox').colorbox();
});


