.nullstar {
	display: none;
}
.1star {
	background-image: url(/images/restaurant/1star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;

}
.2star {
	background-image: url(/images/restaurant/2star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.3star {
	background-image: url(/images/restaurant/3star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.4star {
	background-image: url(/images/restaurant/4star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.5star {
	background-image: url(/images/restaurant/5star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.6star {
	background-image: url(/images/restaurant/6star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.7star {
	background-image: url(/images/restaurant/7star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.8star {
	background-image: url(/images/restaurant/8star.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
