$(document).ready(function() {
	$(".up_col").jScrollPane({
		showArrows: false,
		arrowScrollOnHover: true
	});
});

window.onload = function() {
	if (typeof DD_belatedPNG != "undefined") {
		DD_belatedPNG.fix("* html img, #site, .nav, .blue, .cont, .txt_sm, .footer");
	}
}
