/*
lightbox standard theme options
*/

var lightbox_options = {
	imageLoading:			'/js/themes/jquery/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
	imageBtnPrev:			'/js/themes/jquery/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
	imageBtnNext:			'/js/themes/jquery/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
	imageBtnClose:			'/js/themes/jquery/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
	imageBlank:				'/js/themes/jquery/images/lightbox-blank.gif',			// (string) Path and the name of a blank image (one pixel)
}
