/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'slide1',
            className:'stage_slide1_id',
            type:'image',
            tag:'div',
            rect:[0,0,552,216],
            fill:['rgba(0,0,0,0)','images/slide1.jpg']
        },
        {
            id:'slide2',
            className:'stage_slide2_id',
            type:'image',
            tag:'div',
            rect:[0,0,552,216],
            fill:['rgba(0,0,0,0)','images/slide2.jpg']
        },
        {
            id:'slide3',
            className:'stage_slide3_id',
            type:'image',
            tag:'div',
            rect:[0,0,552,216],
            fill:['rgba(0,0,0,0)','images/slide3.jpg']
        },
        {
            id:'slide4',
            className:'stage_slide4_id',
            type:'image',
            tag:'div',
            rect:[0,0,552,216],
            fill:['rgba(0,0,0,0)','images/slide4.jpg']
        },
        {
            id:'slide5',
            className:'stage_slide5_id',
            type:'image',
            tag:'div',
            rect:[0,0,552,216],
            fill:['rgba(0,0,0,0)','images/slide5.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_slide4}": [
            ["style", "opacity", '0']
         ],
         "${_slide3}": [
            ["style", "opacity", '0']
         ],
         "${_stage}": [
            ["style", "height", '216px'],
            ["style", "overflow", 'hidden'],
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "width", '552px']
         ],
         "${_slide1}": [
            ["style", "opacity", '1']
         ],
         "${_slide2}": [
            ["style", "opacity", '0']
         ],
         "${_slide5}": [
            ["style", "opacity", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 16000,
         labels: {

         },
         timeline: [
            { id: "eid16", tween: [ "style", "${_slide2}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 1000 },
            { id: "eid32", tween: [ "style", "${_slide2}", "opacity", '0', { fromValue: '1'}], position: 6000, duration: 1000 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '552px', { fromValue: '552px'}], position: 0, duration: 0 },
            { id: "eid48", tween: [ "style", "${_stage}", "width", '552px', { fromValue: '552px'}], position: 15000, duration: 0 },
            { id: "eid20", tween: [ "style", "${_slide1}", "opacity", '0', { fromValue: '1'}], position: 2000, duration: 1000 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '216px', { fromValue: '216px'}], position: 0, duration: 0 },
            { id: "eid49", tween: [ "style", "${_stage}", "height", '216px', { fromValue: '216px'}], position: 15000, duration: 0 },
            { id: "eid36", tween: [ "style", "${_slide4}", "opacity", '1', { fromValue: '0'}], position: 11000, duration: 1000 },
            { id: "eid42", tween: [ "style", "${_slide4}", "opacity", '0', { fromValue: '1'}], position: 14000, duration: 1000 },
            { id: "eid26", tween: [ "style", "${_slide3}", "opacity", '1', { fromValue: '0'}], position: 7000, duration: 1000 },
            { id: "eid39", tween: [ "style", "${_slide3}", "opacity", '0', { fromValue: '1'}], position: 10000, 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: "eid43", tween: [ "style", "${_slide5}", "opacity", '1', { fromValue: '0'}], position: 15000, 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-100807932");

