$(document).ready(function(){
	$('a.colorbox, .colorbox[rel=gallery]').colorbox({maxWidth: '95%', maxHeight: '95%', next: ">", prev: "<"});
});
