$(document).ready(function() {
	$('a[rel="zoom"]').fancybox({
		'titlePosition' : 'over'
	});
	
	/* removing styles */
	$('table.taulukko').removeAttr('width');
	$('table.taulukko').removeAttr('height');
	$('table.taulukko').removeAttr('style');
	
	$('table.taulukko col').removeAttr('style');
	$('table.taulukko col').removeAttr('height');
	$('table.taulukko col').removeAttr('width');
	
	$('table.taulukko tr').removeAttr('style');
	$('table.taulukko tr').removeAttr('height');
	$('table.taulukko tr').removeAttr('width');
	
	$('table.taulukko td').removeAttr('style');
	$('table.taulukko td').removeAttr('height');
	$('table.taulukko td').removeAttr('width');
	$('table.taulukko td').removeAttr('class');
	$('table.taulukko td').removeAttr('align');
	$('table.taulukko td').removeAttr('x:num');
	$('table.taulukko td').removeAttr('x:fmla');
	
	
	$('table.taulukko tr:even').css('background-color', '#F7F7F7');
	$('table.taulukko tr:first').css('background-color', '#F7DE84');
	
});
