// JavaScript Document
$(document).ready(function(){
		$('.gallery a').lightBox({
				txtImage: "Ôîòî",
				imageLoading:			'/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
				imageBtnPrev:			'/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
				imageBtnNext:			'/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
				imageBtnClose:			'/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
				imageBlank:				'/images/lightbox-blank.gif',
				txtOf: "èç"
			});	
			
		$('.catalog-section-list .info').each(function(){
			
			$(this).children(".photo_detail").lightBox({
				txtImage: "Ôîòî",
				imageLoading:			'/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
				imageBtnPrev:			'/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
				imageBtnNext:			'/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
				imageBtnClose:			'/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
				imageBlank:				'/images/lightbox-blank.gif',
				txtOf: "èç"
			});	
			
			})
  });
  


