$(document).ready(function(){

				//Examples of how to assign the ColorBox event to elements
				$(".photos").colorbox({rel:'photos', transition:"fade"});

			});

