// JavaScript Document
			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$(".cbox_calc").colorbox({width:"595px", inline:true, href:"#calcBox"});
				$(".cbox_guaranteeBox").colorbox({width:"485px", inline:true, href:"#guaranteeBox"});
				$(".cbox_technologyBox").colorbox({width:"515px", inline:true, href:"#technologyBox"});
				$(".cbox_gogreenBox").colorbox({width:"485px", inline:true, href:"#gogreenBox"});
				$(".cbox_fordgraphBox").colorbox({width:"800px", inline:true, href:"#fordgraphBox"});
				$(".cbox_warrantyBox").colorbox({width:"510px", inline:true, href:"#warrantyBox"});
				$(".cbox_fueleffBox").colorbox({width:"485px", inline:true, href:"#fueleffBox"});
				$(".cbox_video_list").colorbox({width:"1130px", inline:true, href:"#video_list_box"});
				$(".cbox_video_introduction").colorbox({width:"750px", inline:true, href:"#video_introduction_box"});
				$(".cbox_video_how").colorbox({width:"750px", inline:true, href:"#video_how_box"});
				$(".cbox_video_installation").colorbox({width:"750px", inline:true, href:"#video_installation_box"});
				$(".cbox_video_save").colorbox({width:"750px", inline:true, href:"#video_save_box"});
				$(".cbox_video_car_install").colorbox({width:"750px", inline:true, href:"#video_car_install_box"});
			});