/**
 * 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": {
         "${_apDiv2}": [
            ["style", "opacity", '0']
         ],
         "${_apDiv2} > img:nth-child(1)": [
            ["transform", "translateX", '313px'],
            ["transform", "translateY", '2px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2000,
         labels: {

         },
         timeline: [
            { id: "eid4", tween: [ "transform", "${_apDiv2} > img:nth-child(1)", "translateX", '0px', { fromValue: '313px'}], position: 0, duration: 2000 },
            { id: "eid6", tween: [ "transform", "${_apDiv2} > img:nth-child(1)", "translateY", '0px', { fromValue: '2px'}], position: 0, duration: 2000 },
            { id: "eid2", tween: [ "style", "${_apDiv2}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 2000 }]
      }
   }
}};

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

