/**
 * 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": {
         "${_Image14}": [
            ["style", "opacity", '0']
         ],
         "${_Image11}": [
            ["style", "opacity", '0']
         ],
         "${_Image8}": [
            ["style", "opacity", '0']
         ],
         "${_Image7}": [
            ["style", "opacity", '0']
         ],
         "${_Image9}": [
            ["style", "opacity", '0']
         ],
         "${_Image13}": [
            ["style", "opacity", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2115.87109375,
         labels: {

         },
         timeline: [
            { id: "eid9", tween: [ "style", "${_Image7}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid27", tween: [ "style", "${_Image7}", "opacity", '1', { fromValue: '0'}], position: 1533, duration: 582 },
            { id: "eid11", tween: [ "style", "${_Image14}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid29", tween: [ "style", "${_Image14}", "opacity", '1', { fromValue: '0'}], position: 851, duration: 582 },
            { id: "eid10", tween: [ "style", "${_Image11}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid28", tween: [ "style", "${_Image11}", "opacity", '1', { fromValue: '0'}], position: 625, duration: 582 },
            { id: "eid8", tween: [ "style", "${_Image9}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid26", tween: [ "style", "${_Image9}", "opacity", '1', { fromValue: '0'}], position: 1076, duration: 582 },
            { id: "eid7", tween: [ "style", "${_Image8}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid25", tween: [ "style", "${_Image8}", "opacity", '1', { fromValue: '0'}], position: 1307, duration: 582 },
            { id: "eid12", tween: [ "style", "${_Image13}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid30", tween: [ "style", "${_Image13}", "opacity", '1', { fromValue: '0'}], position: 439, duration: 582 }]
      }
   }
}};

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

