// JavaScript Document
$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[class='colorbox']").colorbox();
	$("a[class='colorbox']").colorbox({rel:'group'});
	$("a[rel='vendors']").colorbox({iframe:'true', width:'800', height:'600'});
});