$(document).ready(function() {

	$(document).pngFix();

	$('#slideshowPortada').cycle({
		fx: 'fade',
		timeout:  5000,
		next:   '#next', 
		prev:   '#prev'  
	});
	
	$('#slideshowSidebar').cycle({
		fx: 'fade'
	});
	
	$('#tweets').jQTwitter({
		username: 'adsaludycultura',
		count: 5,
		show_image: false
	});
	
	$("tr:odd").addClass("odd");

	
});
