﻿.gradeStar
{
	position:relative;
	background:url("/images/rate_bg.gif") repeat-x 0px 0px ;
	height:20px;width:100px;
	left:0px;
}

.gradeStar div
{
	position:absolute;
	background:url("/images/rate_bg.gif") repeat-x  0px -40px;
	width:0px;height:20px;
	text-indent: -9000px;
}

.gradeStar a
{
	z-index: 20;
	display:block;
	width:20px;
	height:20px;
	display:block;
	position:absolute;width:20px;
}

.gradeStar a:hover
{
	z-index: 2;
	left:0px;
	background:url("/images/rate_bg.gif") repeat-x  0px -20px 
}

a.star1
{
	left:0px;
}

a.star2
{
	left:20px;
}

a.star3
{
	left:40px;
}
a.star4
{
	left:60px;
}
a.star5
{
	left:80px;
}

a.star1:hover
{
	width:20px;
}
a.star2:hover
{
	width:40px;
}
a.star3:hover
{
	width:60px;
}
a.star4:hover
{
	width:80px;
}
a.star5:hover
{
	width:100px;
}