$(function(){
	$('#hotels-list tr:even').css('background-color', '#F4F4F8');
	$('#hotels-list tr:even').css('background-color', '#EFF1F1');
});
