
		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$('.example8').colorbox({width:"50%", inline:true, href:"#inline_example1", open:true});
		});
