jQuery(document).ready(function() {
	jQuery('.table-grid-1 tr:odd').css('background-color', '#DDD');
	jQuery('.banner').fadeIn(1700);
});
