  jQuery(document).ready(function() {
			jQuery('.mycarousel').jcarousel({
				wrap: 'circular',
				scroll: 1
			});			
		
			$('div.more a').click(function () {
				$(this).parent('.more').parent('.description').parent('.tender').find('ul.sizegallary a').lightBox({
					txtImage: 'Изображение',
					txtOf: 'из',
					imageBtnPrev: 'images/prev.png',
					imageBtnNext: 'images/next.png'
				});
			});
		});
