/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'stage_4',
            className:'stage_stage_4_id',
            type:'image',
            tag:'div',
            rect:[0,0,930,470],
            fill:['rgba(0,0,0,0)','images/stage_4.jpg']
        },
        {
            id:'stage_3',
            className:'stage_stage_3_id',
            type:'image',
            tag:'div',
            rect:[0,0,930,470],
            fill:['rgba(0,0,0,0)','images/stage_3.jpg']
        },
        {
            id:'stage_2',
            className:'stage_stage_2_id',
            type:'image',
            tag:'div',
            rect:[0,0,930,470],
            fill:['rgba(0,0,0,0)','images/stage_2.jpg']
        },
        {
            id:'stage_12',
            type:'image',
            tag:'div',
            rect:[0,0,930,470],
            fill:['rgba(0,0,0,0)','images/stage_12.jpg']
        },
        {
            id:'madam',
            className:'stage_madam_id',
            type:'image',
            tag:'div',
            rect:[0,0,930,470],
            fill:['rgba(0,0,0,0)','images/madam.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_stage_2}": [
            ["style", "opacity", '1']
         ],
         "${_stage_12}": [
            ["style", "opacity", '1']
         ],
         "${_madam}": [
            ["style", "opacity", '1']
         ],
         "${_stage_4}": [
            ["style", "opacity", '1']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "height", '470px'],
            ["style", "width", '930px']
         ],
         "${_stage_3}": [
            ["style", "opacity", '1']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 27017,
         labels: {

         },
         timeline: [
            { id: "eid28", tween: [ "style", "${_stage_12}", "opacity", '1', { fromValue: '1'}], position: 5000, duration: 0 },
            { id: "eid27", tween: [ "style", "${_stage_12}", "opacity", '0', { fromValue: '1'}], position: 10000, duration: 1000 },
            { id: "eid24", tween: [ "style", "${_stage_3}", "opacity", '1', { fromValue: '1'}], position: 15066, duration: 0 },
            { id: "eid13", tween: [ "style", "${_stage_3}", "opacity", '0', { fromValue: '1'}], position: 20000, duration: 1000 },
            { id: "eid25", tween: [ "style", "${_stage_4}", "opacity", '1', { fromValue: '1'}], position: 19997, duration: 0 },
            { id: "eid21", tween: [ "style", "${_stage_4}", "opacity", '0', { fromValue: '1'}], position: 26000, duration: 1000 },
            { id: "eid22", tween: [ "style", "${_madam}", "opacity", '1', { fromValue: '1'}], position: 0, duration: 0 },
            { id: "eid7", tween: [ "style", "${_madam}", "opacity", '0', { fromValue: '1'}], position: 5000, duration: 1000 },
            { id: "eid16", tween: [ "style", "${_madam}", "opacity", '1', { fromValue: '0'}], position: 26000, duration: 1017 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '470px', { fromValue: '470px'}], position: 0, duration: 0 },
            { id: "eid23", tween: [ "style", "${_stage_2}", "opacity", '1', { fromValue: '1'}], position: 10000, duration: 0 },
            { id: "eid10", tween: [ "style", "${_stage_2}", "opacity", '0', { fromValue: '1'}], position: 15000, duration: 1000 },
            { id: "eid4", tween: [ "color", "${_stage}", "background-color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 0, duration: 0 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '930px', { fromValue: '930px'}], 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-130520536");

