$(document).ready(function(){ 
	//AUCA HOME
	$('#Carrusel').cycle({
		fx: 'fade',
		timeout: 4500, 
		speed: 800, //Velocidad de animacion 
		random:0,
		delay:0,
		pause:1
	});
	//CSS
	//$("#Carrusel").css({'display':'block'});
	//LIGHTBOX
    $(function() {
        $('#Mini-Foto1 a, #Mini-Foto2 a, #Mini-Foto3 a, #Mini-Foto4 a, #Mini-Foto5 a, #Mini-Foto6 a').lightBox({
			imageLoading: 'http://www.uniprog.es/imatges/lb-loading.gif',
			imageBtnClose: 'http://www.uniprog.es/imatges/lb-close.gif',
			imageBtnPrev: 'http://www.uniprog.es/imatges/lb-prev.gif',
			imageBtnNext: 'http://www.uniprog.es/imatges/lb-next.gif',
			imageBlank: 'http://www.uniprog.es/imatges/lb-blank.gif',
			overlayOpacity:0.7,
			txtImage: 'Foto',
	  		txtOf: 'de'
			});
    });
	///TOOLTIPS
	//Estilo Imagenes
	$.fn.qtip.styles.Imagenes = {
		width: 226,
		padding: 0,
		background: '#458557',
		color: '#ffffff',
		textAlign: 'center',
		fontSize: '8pt',
		lineHeight:'15px',
		fontWeight:'bold',
		border: {
		 width: 2,
		 radius: 0,
		 color: '#458557'
		}
	}
   $('a.Foto-Zoom[href][title]').qtip({
		content: {text: false},
		position: {
		corner: {target: 'bottomMiddle',tooltip: 'bottomMiddle'},
		adjust: { x: 0, y: 0 }
		},
		hide: { when: 'mouseout', fixed: true },
		style: 'Imagenes'
	});
	$(function() {
      $('#Form-OK').fadeIn(600);
	  $('#Form-OK').delay(5000).fadeOut(600);
});
});
