$(document).ready(function(){
	$("a[rel='cb']").colorbox({height:"95%"});
});

