/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1.2",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
,
,
,
,
,
,
,
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)": [
            ["transform", "scaleY", '1'],
            ["style", "height", '176px'],
            ["transform", "scaleX", '1'],
            ["transform", "translateX", '-1px'],
            ["transform", "translateY", '-10px'],
            ["style", "width", '152px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1000,
         timeline: [
            { id: "eid16", tween: [ "style", "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)", "height", '329px', { valueTemplate: undefined, fromValue: '176px'}], position: 5, duration: 995, easing: "linear" },
            { id: "eid18", tween: [ "style", "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)", "width", '254px', { valueTemplate: undefined, fromValue: '152px'}], position: 5, duration: 995, easing: "linear" },
            { id: "eid14", tween: [ "transform", "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)", "translateY", '0px', { valueTemplate: undefined, fromValue: '-10px'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid10", tween: [ "transform", "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)", "translateX", '0px', { valueTemplate: undefined, fromValue: '-1px'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid4", tween: [ "transform", "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)", "scaleY", '1', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid3", tween: [ "transform", "body > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)", "scaleX", '1', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 0, easing: "linear" }]
      }
   }
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$.Edge.ready(function() {
    $.Edge.play();
});

