//// PNG FIX for IE
$(document).ready(function(){
	$(document).pngFix();
});

//// МЕНЮ
jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});

//// Галерея - pikachoose
//$(document).ready(
//				  function (){
//					$("#pikame").PikaChoose();
//				});

//// Слайдер
//$(document).ready(function(){
//					$('.brand').show(); // показываем
//					$('.brand').innerfade({ // слайдер
//						animationtype: 'fade',
//						speed: 1000,
//						timeout: 7000,
//						type: 'sequence',
//						containerheight: '0px'
//					});
//				});
