$(function() {
	$('a.lightbox').lightBox({
		fixedNavigation:true,
		imageLoading:			'js/jquery/lightbox/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'js/jquery/lightbox/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'js/jquery/lightbox/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'js/jquery/lightbox/images/lightbox-btn-close.gif',			// (string) Path and the name of the close btn
		imageBlank:				'js/jquery/lightbox/images/lightbox-blank.gif'
	});
	
	var product_category = $("#product-category-list ul");
	if (product_category != 'undefined') {
		$("#product-category-list ul").treeview({
			persist: "location",
			collapsed: true,
			unique: true
		});
	}
});
