$(function(){
	$('.imageWithCorners').corner("cc:#FFF 30px");
	
	$(".colorbox[rel='gallery-plants']").colorbox({
		slideshow: true,
		slideshowAuto: false,
		maxWidth: "95%",
		maxHeight: "95%"
	});
	
});
