r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"755px",
  "height":"255px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"img/pause.gif",
  "play_image":"img/play.gif",
  
  
  "textbox_background":"#000000",
  "textbox_opacity":0.5,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - Bridge
    //*************************
    {
      "text":"<b>Home is Where the Heart is Welcome to Trout House Falls</b><br/>\
              <br/>\ ",

      "text_height":"10%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/THFBanner2.jpg",
      "link_to" : "../amenities.htm",
      "width":"755px",
      "height":"405px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    //*************************
    //SLIDE 2 - Cabin 1
    //*************************
    {
      "text":"<b>Secluded Waterfall Cabin 2 Bedroom Sleeps 1 - 4 in Brevard North Carolina</b><br/>\
              <br/>\ ",

      "text_height":"10%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/CabinOutsideBanner.jpg",
      "link_to" : "../amenities.htm",
      "width":"755px",
      "height":"405px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
 
  
    //*************************
    //SLIDE 3 - Cabin 2
    //*************************
    {
      "text":"<b>Relax In Luxury</b><br/>\
              <br/>\ ",

      "text_height":"10%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/CabinInsideBanner.jpg",
      "link_to" : "../amenities.htm",
      "width":"755px",
      "height":"405px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
   
    
    //*************************
    //SLIDE 4 - Cottage
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Enjoy A Fly Fishing Adventure In Our Riverfront Fishing Cottage</b><br/>\
      <br/>\ ",
              
      "text_height":"10%",
      "text_animation":"slide_from_top",
      
      "exposure_length":7,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/Cottage-Banner.jpg",
      "link_to" : "../home.htm",
      "target" : "main",
      "width":"755px",
      "height":"405px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 5 - Home
    //*************************
    {
      "text":"<b>Luxury Streamside Home Sleeps 6 in Western NC Blue Ridge Mountains</b><br/>\
              <br/>\ ",

      "text_height":"10%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"Photos/Home/HomeBaner_new.jpg",
      "link_to" : "../home.htm",
      "width":"755px",
      "height":"450px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 6 - Map
    //*************************
    {
      "text":"<b>Outdoor Natural Stone Fireplace with Grill</b><br/>\
              <br/>\ ",

      "text_height":"10%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"Photos/Home/HomeBanerInt_new.jpg",
      "link_to" : "../home.htm",
      "width":"755px",
      "height":"450px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    }
   ]
}
