$(document).ready(function(){
	$("#proceso_toners").colorbox({
		previous:'',
		next:'',
		close:"cerrar",
		current:"",
		height:"640px",
		width:"800px",
		maxHeight:"100%",
		maxWidth:"100%",
		scalePhotos:true
	});
	$('#slider').nivoSlider({
		effect:'sliceDown',
		pauseTime:8000,
		captionOpacity:1,
		controlNav:false
	});
});

