/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'home1',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home1.jpg']
        },
        {
            id:'home2',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home2.jpg']
        },
        {
            id:'home32',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home32.jpg']
        },
        {
            id:'home4',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home4.jpg']
        },
        {
            id:'home5',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home5.jpg']
        },
        {
            id:'home6',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home6.jpg']
        },
        {
            id:'home7',
            type:'image',
            tag:'div',
            rect:[0,0,750,450],
            fill:['rgba(0,0,0,0)','images/home7.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_home7}": [
            ["style", "opacity", '0']
         ],
         "${_home6}": [
            ["style", "opacity", '0']
         ],
         "${_home5}": [
            ["style", "opacity", '0']
         ],
         "${_home2}": [
            ["style", "opacity", '0']
         ],
         "${_home32}": [
            ["style", "opacity", '0']
         ],
         "${_home4}": [
            ["style", "opacity", '0']
         ],
         "${_home1}": [
            ["style", "opacity", '1']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "width", '750px'],
            ["style", "height", '450px'],
            ["style", "overflow", 'hidden']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 6465,
         labels: {

         },
         timeline: [
            { id: "eid75", tween: [ "style", "${_home5}", "opacity", '1', { fromValue: '0'}], position: 3340, duration: 1065 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '750px', { fromValue: '750px'}], position: 0, duration: 0 },
            { id: "eid66", tween: [ "style", "${_home1}", "opacity", '1', { fromValue: '1'}], position: 2080, duration: 0 },
            { id: "eid59", tween: [ "style", "${_home32}", "opacity", '1', { fromValue: '0'}], position: 1580, duration: 1015 },
            { id: "eid57", tween: [ "style", "${_home2}", "opacity", '1', { fromValue: '0'}], position: 630, duration: 1185 },
            { id: "eid83", tween: [ "style", "${_home7}", "opacity", '1', { fromValue: '0'}], position: 5370, duration: 1095 },
            { id: "eid71", tween: [ "style", "${_home4}", "opacity", '1', { fromValue: '0'}], position: 2370, duration: 970 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '450px', { fromValue: '450px'}], position: 0, duration: 0 },
            { id: "eid79", tween: [ "style", "${_home6}", "opacity", '1', { fromValue: '0'}], position: 4330, duration: 1215 },
            { id: "eid3", 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 }]
      }
   }
}};

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

