// browser hacks, using jquery
$(function(){
	if ($.browser.mozilla){
		$('iframe').attr({scrolling: "auto"});// fix scroll bars
	}
});
