$(function() {
	$('input').each(function() { $(this).addClass(this.type); });
	$('.rollover').simpleImageRollover();	
	
	$(window).load(function() {
		$('.scrollable').scroller();
	});
	
	$('h3:first, h4:first').addClass('first');
});