﻿var simpleGallery_navpanel = {
    panel: { height: '45px', opacity: 0.5, paddingTop: '5px', fontStyle: 'bold 11px Verdana' }, //customize nav panel container
    images: ['../Scripts/SimpleGallery/left.gif', '../Scripts/SimpleGallery/play.gif', '../Scripts/SimpleGallery/right.gif', '../Scripts/SimpleGallery/pause.gif'], //nav panel images (in that order)
    imageSpacing: { offsetTop: [-4, 0, -4], spacing: 10 }, //top offset of left, play, and right images, PLUS spacing between the 3 images
    slideduration: 500 //duration of slide up animation to reveal panel
}

var socialSlideshow = new simpleGallery({
    wrapperid: "social-slideshow",
    dimensions: [906, 200],
    imagearray: [
		["../Images/Slideshow/pic_social01.jpg", "", "", ""],
		["../Images/Slideshow/pic_social02.jpg", "", "", ""],
		["../Images/Slideshow/pic_social03.jpg", "", "", ""]
	],
    autoplay: [true, 4000, 2],
    persist: false,
    fadeduration: 500,
    oninit: function() { },
    onslide: function(curslide, i) { }
});
