// JavaScript Document
$(document).ready(function() {
  $(".pop1").fancybox({'width' : 620,'height' : 570,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop2").fancybox({'width' : 700,'height' : 215,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop3").fancybox({'width' : 700,'height' : 230,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop4").fancybox({'width' : 690,'height' : 635,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop5").fancybox({'width' : 700,'height' : 295,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop6").fancybox({'width' : 700,'height' : 245,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop7").fancybox({'width' : 700,'height' : 260,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop8").fancybox({'width' : 700,'height' : 230,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $("a[rel=dg_group]").fancybox({ 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return ''; }
	});
  var myImageFlow = new ImageFlow();
			myImageFlow.init({ 
			'ImageFlowID'		: 'myImageFlow',
			'circular'			: true,
			'slider'			: false,
			'glideToStartID'	: false,
			'captions'			: false,
			'startAnimation'	: true, 
            'reflections'		: false, 
			'reflectionPNG'		: true,
			'slideshow'			: true,
            /*'reflectionP'		: 0.0 ,*/
			'aspectRatio'		: 3.2, 
            'imagesM'			: 1.0, 
			'slideshowAutoplay'	: true
		});
  $("#mostrar").click(function(event) {event.preventDefault();
  $("#caja").slideToggle();});
  $("#caja a").click(function(event) {event.preventDefault();																																											$("#caja").slideUp();
});
});
$(function() {$("#menu_dg").lavaLamp({fx: "backout",speed: 700,click: function(event, menuItem) {return true;}})
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		auto:5000,
		speed:2000
	});
	
;});

