webgalery3.config = {}
webgalery3.config.rows = 3;
webgalery3.config.cols = 3;
webgalery3.config.allRows = true;
webgalery3.config.blankImagePath = "/modules/layout/blank_image_90x90.gif"
webgalery3.config.blankImageClass = "blankImage"
webgalery3.config.navigationAlways = true;
webgalery3.config.pager = {}
webgalery3.config.pager.position = "after"
webgalery3.config.pager.itemsMax=7
if (galery_type == "2") {
	webgalery3.config.allRows = false
	webgalery3.config.blankImagePath = ""
    webgalery3.config.rows = 2;
    webgalery3.config.cols = 2;
    webgalery3.config.miniature_width = 120
    webgalery3.config.miniature_height = 160
}
if (galery_type == "movie") {
    webgalery3.config.rows = 1;
    webgalery3.config.cols = 1;
}
