(function($) {
			$(document).ready(function() {
				$(".example8").colorbox({width:"80%",height:"70%",scrolling:true,inline:true, href:"#inline_example1"});
				$(".example9").colorbox({width:"80%",height:"70%",scrolling:true,inline:true, href:"#inline_example2"});
			});
		})(jQuery);	