$(document).ready(function(){
	$(".colorbox").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:600,
		height:600,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxsmall").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:600,
		height:350,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxsmall2").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:600,
		height:380,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxexemple").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:880,
		height:600,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxoption").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:600,
		height:600,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxexemple1015").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:750,
		height:720,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxmodifKM").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:452,
		height:260,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxmodifOptions").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:470,
		height:452,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorboxmodifCarr").colorbox({		
		iframe:true,
		transition:'elastic',
		speed:500,
		width:452,
		height:380,
		opacity:0.33,
		overlayClose:true
	});
	$(".colorBoxInit").show();
});
