/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'POR_5',
            type:'image',
            tag:'div',
            rect:[0,0,1200,600],
            fill:['rgba(0,0,0,0)','images/POR%205.jpg']
        },
        {
            id:'POR_4',
            type:'image',
            tag:'div',
            rect:[0,0,1200,600],
            fill:['rgba(0,0,0,0)','images/POR%204.jpg']
        },
        {
            id:'POR_3',
            type:'image',
            tag:'div',
            rect:[0,0,1200,600],
            fill:['rgba(0,0,0,0)','images/POR%203.jpg']
        },
        {
            id:'POR_2',
            type:'image',
            tag:'div',
            rect:[0,0,1200,600],
            fill:['rgba(0,0,0,0)','images/POR%202.jpg']
        },
        {
            id:'POR_1',
            type:'image',
            tag:'div',
            rect:[0,0,1200,600],
            fill:['rgba(0,0,0,0)','images/POR%201.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_POR_5}": [
            ["style", "opacity", '1']
         ],
         "${_POR_4}": [
            ["style", "opacity", '1']
         ],
         "${_POR_3}": [
            ["style", "opacity", '1']
         ],
         "${_POR_2}": [
            ["style", "opacity", '1']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(250,250,250,1)'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '600px'],
            ["style", "width", '1200px']
         ],
         "${_POR_1}": [
            ["style", "opacity", '1']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 18500,
         labels: {

         },
         timeline: [
            { id: "eid13", tween: [ "style", "${_POR_3}", "opacity", '1', { fromValue: '1'}], position: 8000, duration: 0 },
            { id: "eid16", tween: [ "style", "${_POR_3}", "opacity", '0', { fromValue: '1'}], position: 12000, duration: 1000 },
            { id: "eid3", tween: [ "style", "${_stage}", "width", '1200px', { fromValue: '1200px'}], position: 0, duration: 0 },
            { id: "eid21", tween: [ "style", "${_POR_5}", "opacity", '1', { fromValue: '1'}], position: 17000, duration: 0 },
            { id: "eid24", tween: [ "style", "${_POR_5}", "opacity", '0', { fromValue: '1'}], position: 17500, duration: 1000 },
            { id: "eid4", tween: [ "style", "${_POR_1}", "opacity", '1', { fromValue: '1'}], position: 0, duration: 0 },
            { id: "eid7", tween: [ "style", "${_POR_1}", "opacity", '0', { fromValue: '1'}], position: 4000, duration: 1000 },
            { id: "eid27", tween: [ "style", "${_POR_1}", "opacity", '1', { fromValue: '0'}], position: 17500, duration: 1000 },
            { id: "eid17", tween: [ "style", "${_POR_4}", "opacity", '1', { fromValue: '1'}], position: 12000, duration: 0 },
            { id: "eid20", tween: [ "style", "${_POR_4}", "opacity", '0', { fromValue: '1'}], position: 16000, duration: 1000 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '600px', { fromValue: '600px'}], position: 0, duration: 0 },
            { id: "eid9", tween: [ "style", "${_POR_2}", "opacity", '1', { fromValue: '1'}], position: 4000, duration: 0 },
            { id: "eid12", tween: [ "style", "${_POR_2}", "opacity", '0', { fromValue: '1'}], position: 8000, 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-9746819");

