	
	.star-rate{
		width: 75px;
		height: 15px;
		margin: 0px;
		padding:0px;
		list-style:none;
		position: relative;
		background: url(/images/stars.gif) top left repeat-x;		
	}
	.star-rate li{
		float: left;
	}
	.star-rate li a{
		width:15px;
		height: 15px;
		padding: 0px;
		display:block;
		text-decoration: none;
		text-indent: -8000px;
		z-index: 10;
		position: absolute;
	}
	.star-rate li a:hover{
		background: url(/images/stars.gif) left;
		z-index: 1;
		left: 0px;
		border:none;
		background-position:15px 30px;
	}
	.star-rate a.star-one{
		left: 0px;
	}
	.star-rate a.star-one:hover{
		width:15px;
	}
	.star-rate a.star-two{
		left:15px;
	}
	.star-rate a.star-two:hover{
		width: 30px;
	}
	.star-rate a.star-three{
		left: 30px;
	}
	.star-rate a.star-three:hover{
		width: 45px;
	}

	.star-rate a.star-four{
		left: 45px;
	}	
	.star-rate a.star-four:hover{
		width: 60px;
	}
	.star-rate a.star-five{
		left: 60px;
	}
	.star-rate a.star-five:hover{
		width: 75px;
	}
	
	
	#stars-container {
		margin: 5px; 
		padding: 1px; 
		background: transparent;
		float: left;
   }
	
	#remark{
		float: left;
		margin-left: 10px;
		margin-top:50px;
		font-weight: bold;
		color: #8C8D91;
		font-size: 15px;
   }
   
   .star-rate li.current-rating
   {
     list-style:none;
     background: url("/images/stars.gif") left bottom;
     position: absolute;
     left: 0px;
     padding: 0px;
     margin: 0px;
     height: 15px;
     display: block;
     text-indent: -9000px;
     z-index: 1;
     color: rgb(223,90,22);
     text-decoration: none;
   }
