/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'_12',
            className:'stage__12_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/12.png']
        },
        {
            id:'_6',
            className:'stage__6_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/6.png']
        },
        {
            id:'_5',
            className:'stage__5_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/5.png']
        },
        {
            id:'_4',
            className:'stage__4_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/4.png']
        },
        {
            id:'_3',
            className:'stage__3_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/3.png']
        },
        {
            id:'_2',
            className:'stage__2_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/2.png']
        },
        {
            id:'_1',
            className:'stage__1_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,250],
            fill:['rgba(0,0,0,0)','images/1.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${__1}": [
            ["style", "opacity", '1']
         ],
         "${__2}": [
            ["style", "opacity", '1']
         ],
         "${__4}": [
            ["style", "opacity", '1']
         ],
         "${__3}": [
            ["style", "opacity", '1']
         ],
         "${__6}": [
            ["style", "opacity", '1']
         ],
         "${_stage}": [
            ["style", "height", '250px'],
            ["style", "width", '960px'],
            ["color", "background-color", 'rgba(255,255,255,0.00)'],
            ["style", "overflow", 'hidden']
         ],
         "${__5}": [
            ["style", "opacity", '1']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 18000,
         labels: {

         },
         timeline: [
            { id: "eid1", tween: [ "style", "${_stage}", "width", '960px', { fromValue: '960px'}], position: 0, duration: 0 },
            { id: "eid17", tween: [ "style", "${__4}", "opacity", '1', { fromValue: '1'}], position: 9000, duration: 0 },
            { id: "eid20", tween: [ "style", "${__4}", "opacity", '0', { fromValue: '1'}], position: 11000, duration: 1000 },
            { id: "eid12", tween: [ "style", "${__3}", "opacity", '1', { fromValue: '1'}], position: 6000, duration: 0 },
            { id: "eid16", tween: [ "style", "${__3}", "opacity", '0', { fromValue: '1'}], position: 8000, duration: 1000 },
            { id: "eid8", tween: [ "style", "${__2}", "opacity", '1', { fromValue: '1'}], position: 3000, duration: 0 },
            { id: "eid11", tween: [ "style", "${__2}", "opacity", '0', { fromValue: '1'}], position: 5000, duration: 1000 },
            { id: "eid21", tween: [ "style", "${__5}", "opacity", '1', { fromValue: '1'}], position: 12000, duration: 0 },
            { id: "eid23", tween: [ "style", "${__5}", "opacity", '0', { fromValue: '1'}], position: 14000, duration: 1000 },
            { id: "eid3", tween: [ "style", "${_stage}", "height", '250px', { fromValue: '250px'}], position: 0, duration: 0 },
            { id: "eid35", tween: [ "color", "${_stage}", "background-color", 'rgba(255,255,255,1)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,0.00)'}], position: 0, duration: 18000 },
            { id: "eid25", tween: [ "style", "${__6}", "opacity", '0', { fromValue: '1'}], position: 17000, duration: 1000 },
            { id: "eid4", tween: [ "style", "${__1}", "opacity", '1', { fromValue: '1'}], position: 0, duration: 0 },
            { id: "eid7", tween: [ "style", "${__1}", "opacity", '0', { fromValue: '1'}], position: 2000, duration: 1000 }]
      }
   }
}};

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

