#rating{
	margin:0;
	clear:none;
	/*float: left;*/
	width: auto;
}
#rating .star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(../image/star.gif) top left repeat-x;
}
#rating .star-rating ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
	clear: left;
        /* */
}
#rating .star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
        float: left;
	list-style-position: outside;
	list-style-type: none;
        /* */
}
#rating .star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -10000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
#rating .star-rating li a:hover{
        background: url(../image/star.gif) left bottom;
        z-index: 2;
        left: 0px;
}
#rating .star-rating a.one__-star{
        left: 0px;
}
#rating .star-rating a.one__-star:hover{
        width:25px;
}
#rating .star-rating a.two__-stars{
        left:25px;
}
#rating .star-rating a.two__-stars:hover{
        width: 50px;
}
#rating .star-rating a.three-stars{
        left: 50px;
}
#rating .star-rating a.three-stars:hover{
        width: 75px;
}
#rating .star-rating a.four_-stars{
        left: 75px;
}	
#rating .star-rating a.four_-stars:hover{
        width: 100px;
}
#rating .star-rating a.five_-stars{
        left: 100px;
}
#rating .star-rating a.five_-stars:hover{
        width: 125px;
}
#rating .star-rating li.current-rating{
	background: url(../image/start.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}		
