$(function($) {
	$(document).pngFix();
	$('#mycarousel').jcarousel({scroll: 1, auto: 6, wrap:'circular'});
	$('a.fancy').fancybox({'overlayShow': true});
	$('div.catalog_table').each(function() {
		var html = $(this).children('table').children('tbody').children('tr').html();
		$(this).children('table').children('tbody').children('tr:first-child').html(html.split('td').join('th').split('TD').join('TH'));
	});
	$('div.catalog_table table').removeAttr('style');
	$('div.catalog_table table tr').removeAttr('style');
	$('div.catalog_table table th').removeAttr('style');
	$('div.catalog_table table td').removeAttr('style');
	$('#form-input-hidden').val('');
});
