$().ready(function(){
	$("li.enlace").click(function() {
		mostrar(this);
	});

	$(".noticias").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 4,
		auto:5500,
		speed:1000
	});


	$('a.galeria').lightBox({	imageBtnClose: 'images/lightbox-cerrar.gif',
	imageBtnPrev: 'images/lightbox-anterior.gif',
	imageBtnNext: 'images/lightbox-siguiente.gif',
	txtImage: 'Im&aacute;gen',	txtOf: 'de'});

	$('#real').realperson({regenerate: 'Regenerar',includeNumbers: true,length: 6});
    $('#paseFotos').cycle({
					fx:    'curtainX,fade,scrollUp,shuffle',
					sync:   0,
					timeout: 8000,
					pause:1
				});
});

function mostrar(elemento) {

	$("."+elemento.id).toggle(2000);

};

$(function() {
	$('.gal_manada a').lightBox({	imageBtnClose: 'images/lightbox-cerrar.gif',
	imageBtnPrev: 'images/lightbox-anterior.gif',
	imageBtnNext: 'images/lightbox-siguiente.gif',
	txtImage: 'Im&aacute;gen',	txtOf: 'de'});
});
$(function() {
	$('.gal_tropa a').lightBox({	imageBtnClose: 'images/lightbox-cerrar.gif',
	imageBtnPrev: 'images/lightbox-anterior.gif',
	imageBtnNext: 'images/lightbox-siguiente.gif',
	txtImage: 'Im&aacute;gen',	txtOf: 'de'});
});
$(function() {
	$('.gal_unidad a').lightBox({	imageBtnClose: 'images/lightbox-cerrar.gif',
	imageBtnPrev: 'images/lightbox-anterior.gif',
	imageBtnNext: 'images/lightbox-siguiente.gif',
	txtImage: 'Im&aacute;gen',	txtOf: 'de'});
});

