$(function() {
	$('input').each(function() { $(this).addClass(this.type); });
	$('#main *:first').addClass('first');	
	if(!$.browser.msie) {
		$('.rollover').simpleImageRollover();
	}
});