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

         },
         timeline: [
            { id: "eid25", tween: [ "transform", "body > p:nth-child(1) > a:nth-child(1) > img:nth-child(2)", "translateX", '0px', { fromValue: '-539px'}], position: 0, duration: 2000 },
            { id: "eid29", tween: [ "transform", "body > p:nth-child(1) > a:nth-child(1) > img:nth-child(2)", "translateY", '0px', { fromValue: '0px'}], position: 0, duration: 0 },
            { id: "eid10", tween: [ "transform", "${_apDiv1}", "translateX", '0px', { fromValue: '-209px'}], position: 0, duration: 1500 },
            { id: "eid26", tween: [ "style", "body > p:nth-child(1) > a:nth-child(1) > img:nth-child(2)", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 1000 },
            { id: "eid6", tween: [ "style", "${_apDiv1}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1500 },
            { id: "eid11", tween: [ "style", "${_Image3}", "opacity", '0', { fromValue: '1'}], position: 0, duration: 17 },
            { id: "eid12", tween: [ "style", "${_Image3}", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 1500 }]
      }
   }
}};

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

