// JavaScript Document

// colorbox lightbox

$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='test']").colorbox();
			});

	

