$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			
			$(".beforeAfter").colorbox();
			$(".video").colorbox({iframe:true, innerWidth:480, innerHeight:390});
			$(".newsletter").colorbox({width:"70%", height:"70%", iframe:true});
			$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});

		});
                

