/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'imag01',
            type:'image',
            tag:'div',
            rect:[0,0,496,200],
            fill:['rgba(0,0,0,0)','images/imag01.jpg']
        },
        {
            id:'imag2',
            type:'image',
            tag:'div',
            rect:[0,0,496,200],
            fill:['rgba(0,0,0,0)','images/imag2.jpg']
        },
        {
            id:'imag3',
            type:'image',
            tag:'div',
            rect:[0,0,496,200],
            fill:['rgba(0,0,0,0)','images/imag3.jpg']
        },
        {
            id:'nunca',
            type:'image',
            tag:'div',
            rect:[0,0,158,41],
            fill:['rgba(0,0,0,0)','images/nunca.png'],
            transform:[[13,143]]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_imag3}": [
            ["style", "opacity", '0']
         ],
         "${_imag2}": [
            ["style", "opacity", '0']
         ],
         "${_imag01}": [
            ["style", "opacity", '1']
         ],
         "${_nunca}": [
            ["transform", "translateX", '13px'],
            ["transform", "translateY", '143px']
         ],
         "${_stage}": [
            ["style", "height", '200px'],
            ["style", "width", '496px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 18750,
         labels: {

         },
         timeline: [
            { id: "eid9", tween: [ "style", "${_imag2}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid16", tween: [ "style", "${_imag2}", "opacity", '1', { fromValue: '0'}], position: 6000, duration: 750 },
            { id: "eid22", tween: [ "style", "${_imag2}", "opacity", '0', { fromValue: '1'}], position: 15000, duration: 45 },
            { id: "eid8", tween: [ "style", "${_imag3}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid18", tween: [ "style", "${_imag3}", "opacity", '1', { fromValue: '0'}], position: 12750, duration: 750 },
            { id: "eid20", tween: [ "style", "${_imag3}", "opacity", '0', { fromValue: '1'}], position: 18000, duration: 750 },
            { id: "eid7", tween: [ "style", "${_imag01}", "opacity", '1', { fromValue: '1'}], position: 0, duration: 0 }]
      }
   }
}};

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-6719786");

