$(document).ready(
	function()
	{
//		settingsImageBox = {
//			imageLoading:			'/images/loading.gif',
//			imageBtnPrev:			'/images/prevlabel.gif',
//			imageBtnNext:			'/images/nextlabel.gif',
//			imageBtnClose:		'/images/closelabel.gif',
//			imageBlank:	'/images/lightbox-blank.gif',
//			txtImage:				'Ôîòî',
//			txtOf:					'èç'
//		};
//
//		$("a[@rel*=lightbox]").lightBox(settingsImageBox);

//		$("a.showGoods").each(function() {
//			$(this).attr("href", $(this).attr("href") + "?small=true")
//		});

		$("a.fbox, a[rel*=lightbox]").fancybox({
			frameWidth:			620,
			frameHeight:		451,
			overlayShow:		true,
			overlayOpacity:	0.7,
 			zoomSpeedIn:		0,
 			zoomSpeedOut:		0
		});

		$("#loginForm").hide();
		$("#loginLink").show();
	}
);
