$(document).ready(function(){
	$("#proceso_toners").colorbox({
		previous:'',
		next:'',
		close:"cerrar",
		current:"",
		height:"640px",
		width:"800px",
		maxHeight:"100%",
		maxWidth:"100%",
		scalePhotos:true
	});
});
