// Delay until the rotation starts(duration for the key image to be displayed.) Units is in miliseconds.
__SLIDESHOW_DELAY__               = 7000;

// Duration for each banner image to be shown.Units in miliseconds.
__SLIDESHOW_INTERVAL__            = 7000;

// Duration of animation between Banners.Units in miliseconds.
__SLIDESHOW_DURATION__            = 750;

// Duration for scrolling inside the Thumbnail Area. Units in miliseconds.
__SLIDESHOW_PANEL_DURATION__      = 400;

// Duration for when the Thumbnail area is first shown until it hides.Units in miliseconds.
__SLIDESHOW_PANEL_FIRST_DISPLAY__ = 3000;

// Duration of animation for when the Thumbnail Area is shown and hidden. Units in miliseconds.
__SLIDESHOW_PANEL_ANIMATION__     = 200;

// Delay duration for when the mouse moved away from the Thumbnail Area. Units in miliseconds.
__SLIDESHOW_PANEL_HIDE_DELAY__    = 600;

// Setting up the images.
__SLIDESHOW_IMAGES__              = [
 {
  // Path to the Banners (Relative to the HTML)
  image  : "img/index/pic_impressed_01.jpg",
  // Path to the Thumbnail(Relative to the HTML)
  thumb  : "img/index/thumb_impressed_01.png",
  //Alternative Text
  alt    : "001: EXR CMOS Cameras that see like you do",
  // Link destination for the Banner.
 link : "/about/features/exr/",
  // Target for the link from the BanneriUsually the current window=_top, to open a new window=_blank can be used)
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_02.jpg",
  thumb  : "img/index/thumb_impressed_02.png",
  alt    : "002: Digital Mammography Supporting women's health",
 link : "/about/features/mammography/",
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_03.jpg",
  thumb  : "img/index/thumb_impressed_03.png",
  alt    : "003: Systainability Forward to a sustainable future",
 link : "/about/features/sustainability/",
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_04.jpg",
  thumb  : "img/index/thumb_impressed_04.png",
  alt    : "004: Optical Technology Bringing tomorrow into focus",
 link : "/about/features/optical/",
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_05.jpg",
  thumb  : "img/index/thumb_impressed_05.png",
  alt    : "005: Endoscopy Internal checkups made easier",
 link : "/about/features/endoscopy/",
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_06.jpg",
  thumb  : "img/index/thumb_impressed_06.png",
  alt    : "006: Social Responsibility Nurturing the ties of society",
 link : "/about/features/social_responsibility/",
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_07.jpg",
  thumb  : "img/index/thumb_impressed_07.png",
  alt    : "007: Nanotechnology Making things small brings big rewards",
 link : "/about/features/nanotechnology/",
  target : "_top"
 },
 {
  image  : "img/index/pic_impressed_08.jpg",
  thumb  : "img/index/thumb_impressed_08.png",
  alt    : "008: Imaging Business For all the colors of your life",
 link : "/about/features/imaging_business/",
 target : "_top"
}
];
