$(document).ready(function(){	
	var numero_testimonios = $('#numero_testimonios').val();
        if( numero_testimonios > 1 ){
            $("#slider").easySlider({
                    numeric: true,
                    auto: true,
                    continuous: true
            });
        }
	$("a[rel='mapa_contacto']").colorbox({iframe:true,transition:"fade",fixedWidth:"550px", fixedHeight:520});
});
