// JavaScript Document
var galleryConfig = {    
    initial : Gallery.TYPE_IMAGE,
    viewer : {elementId : "gallery-window"},  
    image : {
        thumb : {elementId : "thumbs", cssClass : null, cssActiveClass : "active"},  
        full : {elementId : "gallery-img-big"},
		caption : {elementId : "caption", cssClass : null, cssActiveClass : "active"}
    },

    navigation :  {previousElementId : "gallery-prev", nextElementId : "gallery-next"},
    fade : {
        speed : 6,
        increment : 0.05
    },
    swoosh : {
        speed : 10,
        increment : 10 
    }
}


galleryConfig.images = new Array();
galleryConfig.images[0] = {full:"img/poster/lrg_img27.jpg", thumb:"img/poster/thumb_img29.jpg"};
galleryConfig.images[1] = {full:"img/poster/lrg_img26.jpg", thumb:"img/poster/thumb_img28.jpg"};
galleryConfig.images[2] = {full:"img/poster/lrg_img29.jpg", thumb:"img/poster/thumb_img30.jpg"};
galleryConfig.images[3] = {full:"img/poster/lrg_img30.jpg", thumb:"img/poster/thumb_img31.jpg"};
galleryConfig.images[4] = {full:"img/poster/lrg_img18.jpg", thumb:"img/poster/thumb_img18.jpg"};
galleryConfig.images[5] = {full:"img/poster/lrg_img01.jpg", thumb:"img/poster/thumb_img01.jpg"};
galleryConfig.images[6] = {full:"img/poster/lrg_img02.jpg", thumb:"img/poster/thumb_img02.jpg"};
galleryConfig.images[7] = {full:"img/poster/lrg_img03.jpg", thumb:"img/poster/thumb_img03.jpg"};
galleryConfig.images[8] = {full:"img/poster/lrg_img04.jpg", thumb:"img/poster/thumb_img04.jpg"};
galleryConfig.images[9] = {full:"img/poster/lrg_img05.jpg", thumb:"img/poster/thumb_img05.jpg"};
galleryConfig.images[10] = {full:"img/poster/lrg_img06.jpg", thumb:"img/poster/thumb_img06.jpg"};
galleryConfig.images[11] = {full:"img/poster/lrg_img07.jpg", thumb:"img/poster/thumb_img07.jpg"};
galleryConfig.images[12] = {full:"img/poster/lrg_img08.jpg", thumb:"img/poster/thumb_img08.jpg"};
galleryConfig.images[13] = {full:"img/poster/lrg_img12.jpg", thumb:"img/poster/thumb_img12.jpg"};
galleryConfig.images[14] = {full:"img/poster/lrg_img31.jpg", thumb:"img/poster/thumb_img26.jpg"};
galleryConfig.images[15] = {full:"img/poster/lrg_img15.jpg", thumb:"img/poster/thumb_img15.jpg"};
galleryConfig.images[16] = {full:"img/poster/lrg_img16.jpg", thumb:"img/poster/thumb_img16.jpg"};
galleryConfig.images[17] = {full:"img/poster/lrg_img28.jpg", thumb:"img/poster/thumb_img27.jpg"};

var gallery = new Gallery(galleryConfig);