
									/*             styles for the star rater                */	
									.star-rating{
										list-style:none;
										margin: 0px;
										padding:0px;
										width: 80px;
										height: 20px;
										position: relative;
										overflow:hidden;
										background: url(/img/alt_star.gif) top left repeat-x;		
									}
									.star-rating li{
										padding:0px;
										margin:0px;
										width:16px;
										height:20px;
										/*\*/
										float: left;
										/* */
									}
									.star-rating li a{
										display:block;
										width:16px;
										height: 20px;
										line-height:20px;		
										text-decoration: none;
										text-indent: -9000px;
										z-index: 20;
										position: absolute;
										padding: 0px;
										overflow:hidden;
									}
									.star-rating li a:hover{
										background: url(/img/alt_star.gif) left;
										z-index: 2;
										left: 0px;
										border:none;
									}
									.star-rating a.item1-stars{
										left: 0px;
									}
									.star-rating a.item1-stars:hover{
										width:16px;
									}
									.star-rating a.item2-stars{
										left:16px;
									}
									.star-rating a.item2-stars:hover{
										width: 32px;
									}
									.star-rating a.item3-stars{
										left: 32px;
									}
									.star-rating a.item3-stars:hover{
										width: 48px;
									}
									.star-rating a.item4-stars{
										left: 48px;
									}	
									.star-rating a.item4-stars:hover{
										width: 64px;
									}
									.star-rating a.item5-stars{
										left: 64px;
									}
									.star-rating a.item5-stars:hover{
										width: 80px;
									}
									.star-rating li.current-rating {
									 background: url(/img/alt_star.gif) left bottom !important;
									 position: absolute;
									 height: 20px;
									 display: block;
									 text-indent: -9000px;
									 z-index: 1;
									}
									/* remove halo effect in firefox   */
									a:active{
										outline: none;
									}	
								    
