$(document).ready(function() {
	$("a[rel=lightbox1]").colorbox({width:"830px", height:"540px", iframe:true, scrolling:false, loop:false, speed:400, title:'', current: "Referenz {current} von {total}", rel:'nofollow',});
	$("a[rel=lightbox2]").colorbox({width:"830px", height:"540px", iframe:true, scrolling:false, loop:false, speed:400, title:'', current: "Referenz {current} von {total}", rel:'nofollow',});
	$("a[rel=lightbox3]").colorbox({rel:'nofollow'});
	$("a[rel=lightbox4]").colorbox({width:"760px", height:"565px", iframe:true, scrolling:false, loop:false, speed:400, title:'', rel:'nofollow',});
});

