$(document).ready(function() {
	$('img[@src$=png]').pngfix(); 
});

$(function() {
	$('#containermenu').scrollFollow();
});

$(function() {
	$('.pics').cycle({
	fx: 'fade',
	continuous:0,
	speed:1000,
	speedIn:null,
	speedOut:null, 
	timeout:3000,
	autostop:0
	});
});