/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_grupaformat-01} > img:nth-child(1)": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '166px']
         ],
         "${_grupaformat-05} > img:nth-child(1)": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '166px']
         ],
         "${_grupaformat-03} > img:nth-child(1)": [
            ["transform", "translateX", '0px'],
            ["transform", "translateY", '166px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4000,
         labels: {

         },
         timeline: [
            { id: "eid17", tween: [ "transform", "${_grupaformat-05} > img:nth-child(1)", "translateY", '0px', { fromValue: '166px'}], position: 2000, duration: 2000, easing: "easeOutBounce" },
            { id: "eid4", tween: [ "transform", "${_grupaformat-01} > img:nth-child(1)", "translateY", '0px', { fromValue: '166px'}], position: 0, duration: 2000, easing: "easeOutBounce" },
            { id: "eid13", tween: [ "transform", "${_grupaformat-03} > img:nth-child(1)", "translateX", '0px', { fromValue: '0px'}], position: 985, duration: 0, easing: "easeOutBounce" },
            { id: "eid6", tween: [ "transform", "${_grupaformat-03} > img:nth-child(1)", "translateX", '0', { fromValue: '0'}], position: 1985, duration: 0 },
            { id: "eid14", tween: [ "transform", "${_grupaformat-03} > img:nth-child(1)", "translateX", '0px', { fromValue: '0px'}], position: 2985, duration: 0, easing: "easeOutBounce" },
            { id: "eid12", tween: [ "transform", "${_grupaformat-03} > img:nth-child(1)", "translateY", '0px', { fromValue: '166px'}], position: 985, duration: 2000, easing: "easeOutBounce" },
            { id: "eid15", tween: [ "transform", "${_grupaformat-05} > img:nth-child(1)", "translateX", '0', { fromValue: '0'}], position: 2000, duration: 0 },
            { id: "eid18", tween: [ "transform", "${_grupaformat-05} > img:nth-child(1)", "translateX", '0px', { fromValue: '0px'}], position: 4000, duration: 0, easing: "easeOutBounce" },
            { id: "eid5", tween: [ "transform", "${_grupaformat-01} > img:nth-child(1)", "translateX", '0', { fromValue: '0'}], position: 0, duration: 0, easing: "easeOutBounce" },
            { id: "eid1", tween: [ "transform", "${_grupaformat-01} > img:nth-child(1)", "translateX", '0', { fromValue: '0'}], position: 2000, duration: 0, easing: "easeOutBounce" }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-24043794");

