			$(document).ready(function(){
				$(".contacts").colorbox({width:"820", height:"560", iframe:true});
				$("a[rel='large']").colorbox();
			});

