// set the slideshow speed (in seconds)
SlideShowSpeed = 5

// set the space around the image
MatteWidth = 20

// set the space between the elements
CellSpacing = 10

// set running image number (0 = hide, 1 = show)
show_ImageNumber = 1

// define your copyright message
CopyrightMsg = "Generated by <a href='http://www.breezesys.com' target='_blank'>BreezeBrowser</a> "
CopyrightMsg+= " and the <a href='http://www.peterberger.at/articles/bb_js_slideshow/'>JS Slideshow template</a>.<br>"

// set your style sheet file
StyleFile = "style_black1.css"

// The following styles are available:
// style_black1.css
// style_black2.css
// style_gray1.css
// style_gray2.css
// style_white1.css
// style_white2.css
// Note:
// It's easy to adapt the style to your existing style. You can
// edit an existing one (text editor) or write new style sheets.


// more settings can be made in the HTML dialog:
// * gallery title
// * source of caption text
// * transition effect
