$(document).ready(function() {
	//png fix for buttons
	$('.button').ifixpng(); 
	$('li').hover(function(){ 
  		$(this).addClass("hover"); 
	},function(){ 
  		$(this).removeClass("hover"); 
	});
	
	$('body.home #gallery img').attr({ width: "200", height: "133" });
	$('body.home #gallery').mozyYak({galdirectory:'gallery/home',waitTime:8000});
	
	$('#content .col2 a.thumbview').lightBox();
	$('#content .private a.thumbview').lightBox();
});
