$(document).ready(function() {

	// select #flowplanes and make it scrollable. use circular and navigator plugins
	$(".scroll_contenido").scrollable({clickable: false, size: 1, speed:1000}).navigator({

		// select #flowtabs to be used as navigator
		navi: ".menu",

		// select A tags inside the navigator to work as items (not direct children)
		naviItem: 'a',

		// assign "current" class name for the active A tag inside navigator
		activeClass: 'current'

	});
	
	$('.descargar').tooltip ('<img src="multimedia/source/imagenes/pdf.png" /> Descargar vCard', {
		width: 150,
		mode: 'tr',
		style: 'tooltip',
		hook: 1
	});

	$('.peloslideli').tooltip ('<img src="multimedia/source/imagenes/arrow.gif" /> Visitar sitio web', {
		width: 150,
		mode: 'tl',
		style: 'tooltip',
		hook: 1
	});
	
	$('.vida-de-estudiante').tooltip ('<img src="multimedia/source/imagenes/arrow.gif" /> Visitar sitio web', {
		width: 150,
		mode: 'tl',
		style: 'tooltip',
		hook: 1
	});

});
