var imagesArray = new Array(
                {
                            number: 0,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/01.jpg',
                            thumbnail: 'images/home/01.jpg'
                        },
                        {
                            number: 1,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/02.jpg',
                            thumbnail: 'images/home/02.jpg'
                        },
                        {
                            number: 2,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/03.jpg',
                            thumbnail: 'images/home/03.jpg'
                        },
						{
                            number: 3,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/04.jpg',
                            thumbnail: 'images/home/04.jpg'
                        },
						{
                            number: 4,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/05.jpg',
                            thumbnail: 'images/home/05.jpg'
                        },
						{
                            number: 5,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/06.jpg',
                            thumbnail: 'images/home/06.jpg'
                        },
						{
                            number: 6,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/07.jpg',
                            thumbnail: 'images/home/07.jpg'
                        },
						{
                            number: 7,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/08.jpg',
                            thumbnail: 'images/home/08.jpg'
                        },
						{
                            number: 8,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/09.jpg',
                            thumbnail: 'images/home/09.jpg'
                        },
						{
                            number: 10,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/10.jpg',
                            thumbnail: 'images/home/10.jpg'
                        },
						{
                            number: 11,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/11.jpg',
                            thumbnail: 'images/home/11.jpg'
                        },
						{
                            number: 12,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/12.jpg',
                            thumbnail: 'images/home/12.jpg'
                        },
						{
                            number: 13,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/13.jpg',
                            thumbnail: 'images/home/13.jpg'
                        },
						{
                            number: 14,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/14.jpg',
                            thumbnail: 'images/home/14.jpg'
                        },
						{
                            number: 15,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/15.jpg',
                            thumbnail: 'images/home/15.jpg'
                        },
						{
                            number: 16,
                            title: 'Element Title',
                            description: 'description text',
                            link: '#', linkTitle: 'open image',
                            transition: 'fade',
                            image: 'images/home/16.jpg',
                            thumbnail: 'images/home/16.jpg'
                        }
						);

