/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'_73',
            className:'stage__73_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,175],
            fill:['rgba(0,0,0,0)','images/73.jpg']
        },
        {
            id:'_63',
            className:'stage__63_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,175],
            fill:['rgba(0,0,0,0)','images/63.jpg']
        },
        {
            id:'_53',
            className:'stage__53_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,176],
            fill:['rgba(0,0,0,0)','images/53.jpg']
        },
        {
            id:'_43',
            className:'stage__43_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,175],
            fill:['rgba(0,0,0,0)','images/43.jpg']
        },
        {
            id:'_33',
            className:'stage__33_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,175],
            fill:['rgba(0,0,0,0)','images/33.jpg']
        },
        {
            id:'_25',
            className:'stage__25_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,175],
            fill:['rgba(0,0,0,0)','images/25.jpg']
        },
        {
            id:'_15',
            className:'stage__15_id',
            type:'image',
            tag:'div',
            rect:[0,0,960,175],
            fill:['rgba(0,0,0,0)','images/15.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${__33}": [
            ["style", "opacity", '1']
         ],
         "${__63}": [
            ["style", "opacity", '1']
         ],
         "${__43}": [
            ["style", "opacity", '1']
         ],
         "${__15}": [
            ["style", "opacity", '1']
         ],
         "${__25}": [
            ["style", "opacity", '1']
         ],
         "${_stage}": [
            ["style", "height", '175px'],
            ["color", "background-color", 'rgba(0,0,0,1)'],
            ["style", "width", '960px']
         ],
         "${__53}": [
            ["style", "opacity", '1']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 38000,
         labels: {

         },
         timeline: [
            { id: "eid7", tween: [ "style", "${__15}", "opacity", '0', { fromValue: '1'}], position: 5000, duration: 1000 },
            { id: "eid13", tween: [ "style", "${__15}", "opacity", '1', { fromValue: '0'}], position: 37000, duration: 1000 },
            { id: "eid11", tween: [ "style", "${__53}", "opacity", '0', { fromValue: '1'}], position: 27000, duration: 999 },
            { id: "eid8", tween: [ "style", "${__25}", "opacity", '0', { fromValue: '1'}], position: 10000, duration: 1000 },
            { id: "eid9", tween: [ "style", "${__33}", "opacity", '0', { fromValue: '1'}], position: 16000, duration: 1000 },
            { id: "eid10", tween: [ "style", "${__43}", "opacity", '0', { fromValue: '1'}], position: 21000, duration: 1000 },
            { id: "eid12", tween: [ "style", "${__63}", "opacity", '0', { fromValue: '1'}], position: 32000, 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-1415922");

