$(document).ready(function(){
	$("a[rel='des']").colorbox({
		transition:"fade",
		maxWidth:"90%",
		maxHeight:"90%"
		// slideshow:"true",
		// slideshowAuto:"false"
		});
});
