// 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;

__SLIDESHOW_IMAGES__              = [
	{
		image  : "img/index/main_pic_07.png",
		thumb  : "img/hp/thumb_impressed_07.png",
		alt    : "Priorityon environmental quality - We are improving our eco-efficiency, designing for the environment and reducing our burden on the planet. Learn about Sustainability",
		link   : "/about/sustainability/index.html",
		target : "_top"
	},

	{
		image  : "img/index/main_pic_01.png",
		thumb  : "img/hp/thumb_impressed_01.png",
		alt    : "Quality of Life is our highest goal - Through all our activities, we aim to make the world a better place.  That means contributing not only to material prosperity, but also to people's health and happiness.  Learn more About Us",
		link   : "/about/index.html",
		target : "_top"
	},
	
	{
		image  : "img/index/main_pic_08.png",
		thumb  : "img/hp/thumb_impressed_08.png",
		alt    : "Adventureproof - For all of life's real adventures.  Learn more about the FinePix XP10.",
		link   : "/products/digital_cameras/xp/finepix_xp20/index.html",
		target : "_top"
	}


];

/*if ( SlideshowController && __SLIDESHOW_IMAGES__.length ) {
	document.write('<style type="text/css">#featureItemA01MainImage img{ display: none }</style>');
}*/
