var tabsandslides = {};

//
// GALLERY
//
tabsandslides.gallery = {};
tabsandslides.gallery.config_boxscrollable = {horizontal:true,
//                                            number_items:4, 
                                              minheight:200, 
                                              minwidth:220,
                                              easing:'easeInOutCirc'}

//
// IMAGE TABS
//
tabsandslides.image_tabs = {};
tabsandslides.image_tabs.config = {};
tabsandslides.image_tabs.config_boxscrollable = {horizontal:true,
//                                               number_items:4, 
                                                 minheight:200, 
                                                 minwidth:220,
                                                 easing:'easeInOutCirc'};

//
// TABS
//
tabsandslides.tabs = {};

tabsandslides.tabs.config = {};

//
// SLIDESHOW
//

tabsandslides.slideshow = {};

tabsandslides.slideshow.config = {
    // enable "cross-fading" effect
    effect: 'fade',
    fadeOutSpeed: "slow",
    rotate: true
};

tabsandslides.slideshow.slideshow_config = {clickable:false};


//
// SLIDESHOW
//

tabsandslides.slideshowpreview = {};

tabsandslides.slideshowpreview.config = {
    // enable "cross-fading" effect
    effect: 'fade',
    fadeOutSpeed: "slow",
    rotate: true
};

tabsandslides.slideshowpreview.slideshow_config = {clickable:false};



