$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='products1']").colorbox();
	$("a[rel='products2']").colorbox();
	$("a[rel='products3']").colorbox();
	$("a[rel='products4']").colorbox();
	$("a[rel='products5']").colorbox();
	$(".tickboxpopup").colorbox({width:"534", height:"300", iframe:true, scrolling:false});
	
});

