jQuery(document).ready(function() {
	jQuery('#intro .top, #intro .middle, #intro .bottom, #panel .top, #panel .middle, #panel .bottom').supersleight({shim: '../images/pixel.png'});
	jQuery('#panel .catalog li a').lightBox({
		fixedNavigation: true,
		imageLoading: 'images/lightbox-ico-loading.gif',
		imageBtnPrev: 'images/lightbox-btn-prev.gif',
		imageBtnNext: 'images/lightbox-btn-next.gif',
		imageBtnClose: 'images/lightbox-btn-close.gif',
		imageBlank: 'images/lightbox-blank.gif'
	});
	jQuery('#panel .catalog .view').click(function() {
		jQuery('#panel .catalog li a:first').trigger('click');
	});
});