$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$(".about").colorbox({width:"800px", height:"400px", scrolling: false, iframe:true});
			$(".case-study").colorbox({width:"850px", height:"580px", scrolling: false, iframe:true});
		});
