$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$(".admin-edit-link").colorbox({
		width:"900px", height:"95%", iframe:true
	});
	
	$(".admin-edit-oneline").colorbox({
		width:"600px", height:"300px", iframe:true
	});
	
	$(".admin-editemployee-link").colorbox({
		width:"520px", height:"90%", iframe:true
	});
	
	$(".admin-editcase-link").colorbox({
		width:"900px", height:"95%", iframe:true
	});
	
	$(".admin-edit-linkbox").colorbox({
		width:"520px", height:"95%", iframe:true
	});
	
	$(".admin-msg").colorbox({
		width:"500px", height:"250px", iframe:true
	});
	
	$(".box-erbjudande").colorbox({
		width:"400px", height:"300px", iframe:true
	});
	
	$(".imgbox").colorbox();
	
	//800x500px är en bra fast storlek
});
