/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'k26p_800x226',
            className:'stage_k26p_800x226_id',
            type:'image',
            tag:'div',
            rect:[0,0,800,226],
            fill:['rgba(0,0,0,0)','images/k%26p_800x226.gif']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,0)'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '226px'],
            ["style", "width", '800px']
         ],
         "${_k26p_800x226}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '0px'],
            ["transform", "translateX", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2000,
         labels: {

         },
         timeline: [
            { id: "eid7", tween: [ "transform", "${_k26p_800x226}", "translateY", '-1.00001px', { fromValue: '0px'}], position: 0, duration: 2000 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '800px', { fromValue: '800px'}], position: 0, duration: 0 },
            { id: "eid3", tween: [ "transform", "${_k26p_800x226}", "translateX", '0', { fromValue: '0'}], position: 2000, duration: 0 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '226px', { fromValue: '226px'}], position: 0, duration: 0 },
            { id: "eid10", tween: [ "style", "${_k26p_800x226}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 2000 }]
      }
   }
}};

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

