// Appels COLORBOX

$(document).ready(function(){
	$(".viewcontent").colorbox({width:"700px", height:"560px", iframe:true});
	$(".colorbox").colorbox({width:"800px", height:"670px"});
	$(".colorbox2").colorbox({width:"800px", height:"420px"});
	$(".single").colorbox();
});





