$(document).ready(function() {
	$("img").pngfix();
});

$(document).ready(function(){
		$('#navigation li.top').hover(
			function() { $('ul', this).css('display', 'block'); },
			function() { $('ul', this).css('display', 'none'); });
});

$(document).ready(function() {
	$('.scrollpane').jScrollPane({scrollbarWidth:16, showArrows:false, dragMaxHeight:20});
});


