	#Rating .overalBack{
		position:absolute;
		display:block;
		height:20px;
		background:url(images/ss.gif) repeat-x;
	}
	#Rating .overalRating{
		position:absolute;
		display:block;
		height:20px;
		background:url(images/gs.gif) repeat-x;
	}
	
	#Rating div.stars {
		position:relative;
		list-style:none;
	}
	#Rating div.stars img {
		/*float:left;*/
		position:absolute;left:0;
		width:20px;
		height:20px;
		border:0;
		margin:0;
		z-index:1;
	}
	#Rating div.stars b.back{
		position:absolute;
		display:block;
		height:20px;
		background:url(images/ss.gif) repeat-x;
	}
	#Rating div.stars b.user{
		position:absolute;
		display:block;
		height:20px;
		background:url(images/us.gif) repeat-x;
	}
	#Rating div.stars a{
		display: block;
		margin:0; 
		padding:0;
		border:0; 
		width:20px;
		height:20px;
		float:left;
		position:absolute;
		z-index:20;
		text-align:center;
	}
	#Rating div.stars a:hover {
		border:0;
		z-index:2;
	    background: url(images/gs.gif) repeat-x;
	}
	#Rating div.stars a span {display:none;color:blue;}
	#Rating div.stars a:hover span {display: block;
	   position: absolute; top: 26px; left: 0; width: 200px;
	   border: solid 1px darkred;
	   padding: 2px; margin: 2px; z-index: 100;
	   color: darkred; background: white;
	   font: 12px Verdana, sans-serif; text-align: center;}   
	#Rating div.stars a.star1{
		left:0px;
		text-decoration:none;
	}
	#Rating div.stars a.star1:hover{
		width:20px;
		left:0px;
	}
	#Rating div.stars a.star2{
		left:20px;
		text-decoration:none;
	}
	#Rating div.stars a.star2:hover{
		width:40px;
		left:0px;
	}
	#Rating div.stars a.star3{
		left:40px;	
		text-decoration:none;
	}
	#Rating div.stars a.star3:hover{
		left:0px;
		width:60px;
	}
	#Rating div.stars a.star4{
		left:60px;	
		text-decoration:none;
	}
	#Rating div.stars a.star4:hover{
		width:80px;
		left:0px;
	}
	#Rating div.stars a.star5{
		left:80px;	
		text-decoration:none;
	}
	#Rating div.stars a.star5:hover{
		width:100px;
		left:0px;
	}
	#Rating div.stars a.star6{
		left:100px;	
		text-decoration:none;
	}
	#Rating div.stars a.star6:hover{
		width:120px;
		left:0px;
	}
	#Rating div.stars a.star7{
		left:120px;	
		text-decoration:none;
	}
	#Rating div.stars a.star7:hover{
		width:140px;
		left:0px;
	}
	#Rating div.stars a.star8{
		left:140px;	
		text-decoration:none;
	}
	#Rating div.stars a.star8:hover{
		width:160px;
		left:0px;
	}
	#Rating div.stars a.star9{
		left:160px;	
		text-decoration:none;
	}
	#Rating div.stars a.star9:hover{
		width:180px;
		left:0px;
	}
	#Rating div.stars a.star10{
		left:180px;	
		text-decoration:none;
	}
	#Rating div.stars a.star10:hover{
		width:200px;
		left:0px;